diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2014-06-13 19:19:44 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-06-13 11:49:41 -0700 |
commit | c18b80a0e86c4529146e3947454159627f1419a7 (patch) | |
tree | aad268bd7feaf75d694b902deb139e3aaf77da2e /Documentation/RelNotes/1.7.7.4.txt | |
parent | split-index: strip pathname of on-disk replaced entries (diff) | |
download | tgif-c18b80a0e86c4529146e3947454159627f1419a7.tar.xz |
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 <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.7.7.4.txt')
0 files changed, 0 insertions, 0 deletions