]> git.ipfire.org Git - thirdparty/git.git/commit - cache.h
show-branch: optionally use unique prefix as name.
authorJunio C Hamano <junkio@cox.net>
Tue, 11 Oct 2005 22:22:48 +0000 (15:22 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 11 Oct 2005 22:22:48 +0000 (15:22 -0700)
commit013f276eb78967f9742654ebde303c2fbe7a6cd6
treefa6ee220d23337f546a25daa2d8210f5d512cf2b
parentf2d6a256272b71f4509e4501a86a0f6c46ee65ad
show-branch: optionally use unique prefix as name.

git-show-branch acquires two new options. --sha1-name to name
commits using the unique prefix of their object names, and
--no-name to not to show names at all.

This was outlined in <7vk6gpyuyr.fsf@assigned-by-dhcp.cox.net>

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-show-branch.txt
cache.h
sha1_name.c
show-branch.c