Browse Source
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>maint
Alex Riesen
18 years ago
committed by
Junio C Hamano
1 changed files with 2 additions and 5 deletions
Loading…
Reference in new issue