summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 552cecc)
raw | patch | inline | side by side (parent: 552cecc)
author | Brandon Casey <casey@nrlssc.navy.mil> | |
Sat, 5 Jan 2008 01:11:37 +0000 (19:11 -0600) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 5 Jan 2008 01:22:24 +0000 (17:22 -0800) |
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-reflog.c | patch | blob | history |
diff --git a/builtin-reflog.c b/builtin-reflog.c
index f4226939a918c6f40a2be2dcb1d62a7dd497415a..5e5498945fc2ea70b03fa2247335a6bb8efc0750 100644 (file)
--- a/builtin-reflog.c
+++ b/builtin-reflog.c
int recno;
if (!spec) {
- status |= error("Not a reflog: %s", ref);
+ status |= error("Not a reflog: %s", argv[i]);
continue;
}