name-rev: do not omit leading components of ref name.
commit2c817df25d54b557d6cac0800cacfd0a255cd56d
authorJunio C Hamano <junkio@cox.net>
Wed, 11 Jan 2006 22:20:09 +0000 (11 14:20 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 11 Jan 2006 22:47:20 +0000 (11 14:47 -0800)
tree0217463c24b8d982aea3d83a165c1875e988c495
parenta94d9948da539fdafc26c74afb335b2fe9f8f21d
name-rev: do not omit leading components of ref name.

In a repository with mainto/1.0 (to keep maintaining the 1.0.X
series) and fixo/1.0 (to keep fixes that apply to both 1.0.X
series and upwards) branches, "git-name-rev mainto/1.0" answered
just "1.0" making things ambiguous.  Show refnames unambiguously
like show-branch does.

Signed-off-by: Junio C Hamano <junkio@cox.net>
name-rev.c
t/t6010-merge-base.sh