summaryrefslogtreecommitdiff
path: root/base85.c
diff options
context:
space:
mode:
authorAlex Riesen <raa.lkml@gmail.com>2007-01-04 11:22:47 +0100
committerJunio C Hamano <junkio@cox.net>2007-01-10 14:45:20 -0800
commitf5184380f08c814535e7bda374e403596eef90a3 (patch)
treeebf850c18f995e683eababbc7ea412db921c8438 /base85.c
parent2a3a3c247e7f1f257e9c6762e48b98f08a30011a (diff)
downloadgit-f5184380f08c814535e7bda374e403596eef90a3.tar.gz
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 'base85.c')
0 files changed, 0 insertions, 0 deletions