author | Junio C Hamano <junkio@cox.net> | |
Mon, 18 Dec 2006 03:27:49 +0000 (19:27 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 18 Dec 2006 03:36:50 +0000 (19:36 -0800) | ||
commit | 64fe031a7a78894955af217335b46059a36a582d | |
tree | f46b38f6a560546532dc34f5769fa5a0dfbe7472 | tree | snapshot |
parent | dd9142993c0954e2fd325431235bc7556189a01c | commit | diff |
show-ref: fix --verify --hash=length
An earlier optimization for --verify broke a lot of stuff
because it did not take interaction with other flags into
account.
This also fixes an unrelated argument parsing error; --hash=8
should mean the same as "--hash --abbrev=8".
Signed-off-by: Junio C Hamano <junkio@cox.net>
An earlier optimization for --verify broke a lot of stuff
because it did not take interaction with other flags into
account.
This also fixes an unrelated argument parsing error; --hash=8
should mean the same as "--hash --abbrev=8".
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-show-ref.c | diff | blob | history |