Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-fetch: move more code into C.
[gitweb.git]
/
revision.c
diff --git
a/revision.c
b/revision.c
index 5bcd155e219bfc112ef5e1776f8ea570577c7711..15bdaf6095ccbe690c664f80a5b25e354d068d61 100644
(file)
--- a/
revision.c
+++ b/
revision.c
@@
-532,7
+532,7
@@
static void handle_reflog(struct rev_info *revs, unsigned flags)
struct all_refs_cb cb;
cb.all_revs = revs;
cb.all_flags = flags;
- for_each_ref(handle_one_reflog, &cb);
+ for_each_ref
log
(handle_one_reflog, &cb);
}
static int add_parents_only(struct rev_info *revs, const char *arg, int flags)