Files
git/Documentation
Johannes Schindelin bd321bcc51 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>
2005-10-26 16:31:58 -07:00
..
2005-09-22 01:54:12 -07:00
2005-10-17 17:41:37 -07:00
2005-10-12 18:32:02 -07:00
2005-10-23 17:25:08 -07:00
2005-10-26 16:31:58 -07:00
2005-10-16 22:41:59 -07:00
2005-10-25 22:51:13 -07:00
2005-10-09 19:16:33 -07:00
2005-10-04 17:04:03 -07:00
2005-10-16 12:23:59 -07:00
2005-10-15 11:19:09 -07:00