Rename ONE_FILESYSTEM to DISCOVERY_ACROSS_FILESYSTEM
[gitweb.git] / Documentation / git.txt
index aa620832092590b7c29b47c53d85dd3a3fdb640e..991aaec5992801b68fd6224435d378e0530201a5 100644 (file)
@@ -530,15 +530,15 @@ 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_ONE_FILESYSTEM'::
+'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 false value ("false" or zero) to tell git not to
-       stop at filesystem boundaries.  Like 'GIT_CEILING_DIRECTORIES',
-       this will not affect an explicit respository directory set via
-       'GIT_DIR' or on the command line.
+       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
 ~~~~~~~~~~~