Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
xdiff-merge: optionally show conflicts in "diff3 -m" style
[gitweb.git]
/
builtin-reflog.c
diff --git
a/builtin-reflog.c
b/builtin-reflog.c
index 0c34e378199064e87aa09caf0fa0a2346333ec69..196fa03b7fac795475a0e12f0fa3b443cb34bd1d 100644
(file)
--- a/
builtin-reflog.c
+++ b/
builtin-reflog.c
@@
-604,8
+604,8
@@
static int cmd_reflog_delete(int argc, const char **argv, const char *prefix)
continue;
}
- if (!dwim_
ref
(argv[i], spec - argv[i], sha1, &ref)) {
- status |= error("
%s points nowhere!
", argv[i]);
+ if (!dwim_
log
(argv[i], spec - argv[i], sha1, &ref)) {
+ status |= error("
no reflog for '%s'
", argv[i]);
continue;
}