Code

Merge branch 'jc/rerere'
[git.git] / Documentation / git.txt
index adc027ce499eee277138309c9234e35f4b0dc433..b7546aca1cf2608c8760ad7e6fa01c5db34f5013 100644 (file)
@@ -427,6 +427,14 @@ git so take care if using Cogito etc.
        This can also be controlled by the '--work-tree' command line
        option and the core.worktree configuration variable.
 
+'GIT_CEILING_DIRECTORIES'::
+       This should be a colon-separated list of absolute paths.
+       If set, it is a list of directories that git should not chdir
+       up into while looking for a repository directory.
+       It will not exclude the current working directory or
+       a GIT_DIR set on the command line or in the environment.
+       (Useful for excluding slow-loading network directories.)
+
 git Commits
 ~~~~~~~~~~~
 'GIT_AUTHOR_NAME'::