[Sfw-team] [illumos-userland - Bug #2030] illumos use of git could really use a newer git

illumos project devnull at illumos.org
Fri Feb 10 21:21:10 UTC 2012


Issue #2030 has been updated by Bayard Bell.

Project changed from OpenIndiana Distribution to illumos-userland
Category deleted (SFW (Solaris Freeware))


----------------------------------------
Bug #2030: illumos use of git could really use a newer git
https://www.illumos.org/issues/2030

Author: Rich Lowe
Status: New
Priority: Normal
Assignee: OI SFW
Category: 
Target version: 
Difficulty: Bite-size
Tags: needs-triage


The current git in OI is very very old.  So old that it's, I think, not possible for the illumos tools to be written over it (certain information we need isn't really accessible).

I'm currently using git 1.7.7, which I know works, but the things which I know that we need and are not present in the old git are these:

<pre>
git for-each-ref --format='%(refname:short) %(upstream:short)' refs/heads
</pre>

Should show the full commit message, prior to the tree diff.  (neither just the first line, nor just %B).

Should, for each ref, output that ref, and any ref it is tracking, per line.

<pre>
git whatchanged --pretty=format:%B HEAD^..
</pre>


-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://www.illumos.org/my/account



More information about the Sfw-team mailing list