]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/show-branch.c
Fix 'git-show-branch --list <head>'
authorJunio C Hamano <junkio@cox.net>
Sun, 11 Sep 2005 01:24:46 +0000 (18:24 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 11 Sep 2005 01:27:20 +0000 (18:27 -0700)
commitc9d023b2a63ef233c63e1b8f95aabac74362719d
tree650c8ef0ed5126fa499194fc8997f31472a5ffb0
parentb595ed1478e6240593df4c927c4a240575f53d44
Fix 'git-show-branch --list <head>'

It mistakenly failed to output anything when given a single head.

Signed-off-by: Junio C Hamano <junkio@cox.net>
show-branch.c