From: Nguyễn Thái Ngọc Duy Date: Fri, 13 Jun 2014 12:19:44 +0000 (+0700) Subject: update-index: new options to enable/disable split index mode X-Git-Tag: v2.1.0-rc0~45^2~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c18b80a0e86c4529146e3947454159627f1419a7?ds=inline;hp=c18b80a0e86c4529146e3947454159627f1419a7 update-index: new options to enable/disable split index mode If you have a large work tree but only make changes in a subset, then $GIT_DIR/index's size should be stable after a while. If you change branches that touch something else, $GIT_DIR/index's size may grow large that it becomes as slow as the unified index. Do --split-index again occasionally to force all changes back to the shared index and keep $GIT_DIR/index small. Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano ---