Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
SubmittingPatches: explain rationale for using --notes with format-patch
[gitweb.git]
/
builtin
/
reflog.c
diff --git
a/builtin/reflog.c
b/builtin/reflog.c
index b6388f75b0cffcce03b9eee03be966ce67806310..2d85d260ca66deb060b837f86d81a7aad2761b69 100644
(file)
--- a/
builtin/reflog.c
+++ b/
builtin/reflog.c
@@
-649,7
+649,7
@@
static int cmd_reflog_expire(int argc, const char **argv, const char *prefix)
init_revisions(&cb.revs, prefix);
if (cb.verbose)
printf("Marking reachable objects...");
- mark_reachable_objects(&cb.revs, 0, NULL);
+ mark_reachable_objects(&cb.revs, 0,
0,
NULL);
if (cb.verbose)
putchar('\n');
}