Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
for-each-ref: let upstream/push report the remote ref name
[gitweb.git]
/
fast-import.c
diff --git
a/fast-import.c
b/fast-import.c
index 35bf671f12c41ce5a2a9f9224babee792bf71209..d5e4cf0bad411dad859dbe421ab7583cfb0f1561 100644
(file)
--- a/
fast-import.c
+++ b/
fast-import.c
@@
-3189,10
+3189,10
@@
static void checkpoint(void)
checkpoint_requested = 0;
if (object_count) {
cycle_packfile();
- dump_branches();
- dump_tags();
- dump_marks();
}
+ dump_branches();
+ dump_tags();
+ dump_marks();
}
static void parse_checkpoint(void)