From: Stephen Boyd Date: Sun, 17 May 2009 10:47:02 +0000 (-0700) Subject: show-branch: Fix die message in parse_reflog_param() X-Git-Tag: v1.6.3.2~30 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5acb3e5012966cc11e54f50e0592b3639bade02c?hp=5acb3e5012966cc11e54f50e0592b3639bade02c show-branch: Fix die message in parse_reflog_param() Commit 76a44c5 (show-branch --reflog: show the reflog message at the top, 2007-01-19) introduced parse_reflog_param(). The die() call was incorrectly passed arg + 9, when it should have been passed arg. Signed-off-by: Stephen Boyd Signed-off-by: Junio C Hamano ---