]> git.ipfire.org Git - thirdparty/git.git/commit - setup.c
Rename ONE_FILESYSTEM to DISCOVERY_ACROSS_FILESYSTEM
authorJunio C Hamano <gitster@pobox.com>
Sun, 4 Apr 2010 21:49:31 +0000 (14:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 4 Apr 2010 22:55:29 +0000 (15:55 -0700)
commitcf87463e79a3018f666bfc9af113d3eea58a3d82
tree9ef6d870995ed8c15d9a1c3b4223c89e6ac05ee3
parente640551773c9730a47779dfc93155feb092c8e3c
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>
Documentation/git.txt
setup.c