author | Stephen Boyd <bebarino@gmail.com> | |
Sun, 17 May 2009 10:47:02 +0000 (03:47 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 17 May 2009 19:05:22 +0000 (12:05 -0700) | ||
commit | 5acb3e5012966cc11e54f50e0592b3639bade02c | |
tree | bde70fb9b3a713df43d575d64b79d5724582670c | tree | snapshot |
parent | 076c32370d8a6ac2fb57b2a55c674942e106f8ab | commit | diff |
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 <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-show-branch.c | diff | blob | history |