projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
552cecc
)
builtin-reflog.c: fix typo that accesses an unset variable
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>
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
@@
-394,7
+394,7
@@
static int cmd_reflog_delete(int argc, const char **argv, const char *prefix)
int recno;
if (!spec) {
- status |= error("Not a reflog: %s",
ref
);
+ status |= error("Not a reflog: %s",
argv[i]
);
continue;
}