Code

git-show-ref --verify: Fail if called without a reference
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 23 Feb 2007 17:12:33 +0000 (20:12 +0300)
committerJunio C Hamano <junkio@cox.net>
Sat, 24 Feb 2007 08:17:38 +0000 (00:17 -0800)
commit8ab40a20053aa4a0f8d92d08ece88ff09b771435
tree9bd91e22bd1aef81a0498de47a4f24cecb48cf9d
parent75b62b489af7b62a5518c3f199d2a2776205e088
git-show-ref --verify: Fail if called without a reference

builtin-show-ref.c (cmd_show_ref): Fail if called with --verify option but
without a reference.

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-show-ref.c