diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2005-10-26 15:10:20 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-26 16:31:58 -0700 |
commit | bd321bcc51e95f644ac5335abe673afcbcaade62 (patch) | |
tree | 063a1f66314a590f11dc419b31674ad7bc04714d /strbuf.h | |
parent | pack-objects: Allow use of pre-generated pack. (diff) | |
download | tgif-bd321bcc51e95f644ac5335abe673afcbcaade62.tar.xz |
Add git-name-rev
git-name-rev tries to find nice symbolic names for commits. It does so by
walking the commits from the refs. When the symbolic name is ambiguous, the
following heuristic is applied: Try to avoid too many ~'s, and if two ambiguous
names have the same count of ~'s, take the one whose last number is smaller.
With "--tags", the names are derived only from tags.
With "--stdin", the stdin is parsed, and after every sha1 for which a name
could be found, the name is appended. (Try "git log | git name-rev --stdin".)
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'strbuf.h')
0 files changed, 0 insertions, 0 deletions