summaryrefslogtreecommitdiff
path: root/builtin-fast-export.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-02-11 18:47:30 -0800
committerJunio C Hamano <gitster@pobox.com>2009-02-11 18:47:30 -0800
commit30aa4fb15fa408596dea59cdc9f00c94eeaa69f1 (patch)
treea52e476cf2c87ab65f06c567424a1859a7f52ee2 /builtin-fast-export.c
parent0ea29cce4d099d2fa6613ec66c080776cfe869d5 (diff)
parente5887c1bda12b31ea7af0ce798bfdee308e1b176 (diff)
downloadgit-30aa4fb15fa408596dea59cdc9f00c94eeaa69f1.tar.gz
Merge branch 'maint'
* maint: Prepare for 1.6.1.4. Make repack less likely to corrupt repository fast-export: ensure we traverse commits in topological order Clear the delta base cache if a pack is rebuilt Conflicts: RelNotes
Diffstat (limited to 'builtin-fast-export.c')
-rw-r--r--builtin-fast-export.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin-fast-export.c b/builtin-fast-export.c
index e9ee2c79ac..fdf4ae9ebd 100644
--- a/builtin-fast-export.c
+++ b/builtin-fast-export.c
@@ -514,6 +514,7 @@ int cmd_fast_export(int argc, const char **argv, const char *prefix)
get_tags_and_duplicates(&revs.pending, &extra_refs);
+ revs.topo_order = 1;
if (prepare_revision_walk(&revs))
die("revision walk setup failed");
revs.diffopt.format_callback = show_filemodify;