From: Junio C Hamano Date: Mon, 18 Dec 2006 03:27:49 +0000 (-0800) Subject: show-ref: fix --verify --hash=length X-Git-Tag: v1.5.0-rc0~77 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/64fe031a7a78894955af217335b46059a36a582d?hp=64fe031a7a78894955af217335b46059a36a582d 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 ---