diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-09-22 12:52:46 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-09-22 12:52:46 -0400 |
commit | 8bca37646e326a8409a2aa8d0c7e9001663f6050 (patch) | |
tree | 5028d6263703fd1178f44be86d208462120f33bf | |
parent | 33ec54a8042e831cce1928a818502cbc66bd6ef2 (diff) |
split index mode
-rw-r--r-- | doc/tips/Repositories_with_large_number_of_files/comment_2_f8417d9ebcfdcba34dfbbf76070ad95c._comment | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/tips/Repositories_with_large_number_of_files/comment_2_f8417d9ebcfdcba34dfbbf76070ad95c._comment b/doc/tips/Repositories_with_large_number_of_files/comment_2_f8417d9ebcfdcba34dfbbf76070ad95c._comment new file mode 100644 index 000000000..86bb069b5 --- /dev/null +++ b/doc/tips/Repositories_with_large_number_of_files/comment_2_f8417d9ebcfdcba34dfbbf76070ad95c._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2015-09-22T16:51:51Z" + content=""" +As writing the index file becomes the bottleneck, turning on split index +mode might be a help as well. See git-update-index's man page. +"""]] |