2009/4/20 Junio C Hamano <gitster@xxxxxxxxx>: > This series consists of a fix meant for maint branch, and two performance > fix. The second one is a refactoring of the code to support the latter. > > I was doing a rather huge import as a multi-step process by doing > something like this: > > $ rm -f $GIT_DIR/index > $ git add some ;# this one is huge > $ git tag one $(git write-tree) > $ git repack -a -d > $ rm -f $GIT_DIR/index > $ git add other ;# this one is also huge > $ git tag two $(git write-tree) > $ git repack -a -d > > $ git read-tree some other "git read-tree one two" -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html