summaryrefslogtreecommitdiff
path: root/git-checkout.sh
diff options
context:
space:
mode:
authorAlex Riesen <raa.lkml@gmail.com>2007-01-04 10:22:47 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-01-10 22:45:20 (GMT)
commitf5184380f08c814535e7bda374e403596eef90a3 (patch)
treeebf850c18f995e683eababbc7ea412db921c8438 /git-checkout.sh
parent2a3a3c247e7f1f257e9c6762e48b98f08a30011a (diff)
downloadgit-f5184380f08c814535e7bda374e403596eef90a3.zip
git-f5184380f08c814535e7bda374e403596eef90a3.tar.gz
git-f5184380f08c814535e7bda374e403596eef90a3.tar.bz2
Speed-up recursive by flushing index only once for all entries
The merge-recursive implementation in C inherited the invariant that the on-file index file is written out and later read back after any index operations and writing trees from the original Python implementation. But it was only because the original implementation worked at the scripting level. There is no need to write out the index file after handling every path. Signed-off-by: Alex Riesen <raa.lkml@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-checkout.sh')
0 files changed, 0 insertions, 0 deletions