summaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-05-21 11:02:15 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-05-21 11:02:15 (GMT)
commit78f17935a306dfd7a1f32c923e0b05a094bf0c25 (patch)
tree69ecde34e33b2a425d38918488ebb45aaf92eb5a /Documentation/git.txt
parent7f3ed824a4ec15fc9725a4992b399ea4364c5adb (diff)
parentcf87463e79a3018f666bfc9af113d3eea58a3d82 (diff)
downloadgit-78f17935a306dfd7a1f32c923e0b05a094bf0c25.zip
git-78f17935a306dfd7a1f32c923e0b05a094bf0c25.tar.gz
git-78f17935a306dfd7a1f32c923e0b05a094bf0c25.tar.bz2
Merge branch 'ld/discovery-limit-to-fs' (early part)
* 'ld/discovery-limit-to-fs' (early part): Rename ONE_FILESYSTEM to DISCOVERY_ACROSS_FILESYSTEM GIT_ONE_FILESYSTEM: flip the default to stop at filesystem boundaries Add support for GIT_ONE_FILESYSTEM truncate cwd string before printing error message config.c: remove static keyword from git_env_bool()
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 1a6ba87..bec6348 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -545,6 +545,16 @@ git so take care if using Cogito etc.
a GIT_DIR set on the command line or in the environment.
(Useful for excluding slow-loading network directories.)
+'GIT_DISCOVERY_ACROSS_FILESYSTEM'::
+ When run in a directory that does not have ".git" repository
+ directory, git tries to find such a directory in the parent
+ directories to find the top of the working tree, but by default it
+ does not cross filesystem boundaries. This environment variable
+ can be set to true to tell git not to stop at filesystem
+ boundaries. Like 'GIT_CEILING_DIRECTORIES', this will not affect
+ an explicit repository directory set via 'GIT_DIR' or on the
+ command line.
+
git Commits
~~~~~~~~~~~
'GIT_AUTHOR_NAME'::