author | Junio C Hamano <gitster@pobox.com> | |
Sun, 4 Apr 2010 21:49:31 +0000 (14:49 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 4 Apr 2010 22:55:29 +0000 (15:55 -0700) | ||
commit | cf87463e79a3018f666bfc9af113d3eea58a3d82 | |
tree | 9ef6d870995ed8c15d9a1c3b4223c89e6ac05ee3 | tree | snapshot |
parent | e640551773c9730a47779dfc93155feb092c8e3c | commit | diff |
Rename ONE_FILESYSTEM to DISCOVERY_ACROSS_FILESYSTEM
If a missing ONE_FILESYSTEM defaults to true, the only users who set this
variable set it to false to tell git not to limit the discovery to one
filesystem; there are too many negations in one sentence to make a simple
panda brain dizzy.
Use the variable GIT_DISCOVERY_ACROSS_FILESYSTEM that changes the
behaviour from the default "limit to one filesystem" to "cross the
boundary as I ask you to"; makes the semantics much more straight
forward.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
If a missing ONE_FILESYSTEM defaults to true, the only users who set this
variable set it to false to tell git not to limit the discovery to one
filesystem; there are too many negations in one sentence to make a simple
panda brain dizzy.
Use the variable GIT_DISCOVERY_ACROSS_FILESYSTEM that changes the
behaviour from the default "limit to one filesystem" to "cross the
boundary as I ask you to"; makes the semantics much more straight
forward.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git.txt | diff | blob | history | |
setup.c | diff | blob | history |