]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation/git-update-index: talk about core.splitIndex config var
authorChristian Couder <christian.couder@gmail.com>
Mon, 27 Feb 2017 18:00:06 +0000 (19:00 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Mar 2017 21:24:22 +0000 (13:24 -0800)
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-update-index.txt

index 7386c931627f1c2bd1303407075db9831ec4045c..e091b2a409632300a8010d3e9d039568c85aa275 100644 (file)
@@ -171,6 +171,12 @@ may not support it yet.
        given again, all changes in $GIT_DIR/index are pushed back to
        the shared index file. This mode is designed for very large
        indexes that take a significant amount of time to read or write.
++
+These options take effect whatever the value of the `core.splitIndex`
+configuration variable (see linkgit:git-config[1]). But a warning is
+emitted when the change goes against the configured value, as the
+configured value will take effect next time the index is read and this
+will remove the intended effect of the option.
 
 --untracked-cache::
 --no-untracked-cache::