From: Junio C Hamano Date: Sun, 4 Apr 2010 21:49:31 +0000 (-0700) Subject: Rename ONE_FILESYSTEM to DISCOVERY_ACROSS_FILESYSTEM X-Git-Tag: v1.7.2-rc0~129^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/cf87463e79a3018f666bfc9af113d3eea58a3d82?ds=inline;hp=cf87463e79a3018f666bfc9af113d3eea58a3d82 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 ---