Merge branch 'sg/setup-doc-update'
Comment update. * sg/setup-doc-update: setup.c: fix comment about order of .git directory discovery
This commit is contained in:
commit
bdae4af870
2
setup.c
2
setup.c
@ -926,7 +926,7 @@ static enum discovery_result setup_git_directory_gently_1(struct strbuf *dir,
|
|||||||
* - ../.git
|
* - ../.git
|
||||||
* - ../.git/
|
* - ../.git/
|
||||||
* - ../ (bare)
|
* - ../ (bare)
|
||||||
* - ../../.git/
|
* - ../../.git
|
||||||
* etc.
|
* etc.
|
||||||
*/
|
*/
|
||||||
one_filesystem = !git_env_bool("GIT_DISCOVERY_ACROSS_FILESYSTEM", 0);
|
one_filesystem = !git_env_bool("GIT_DISCOVERY_ACROSS_FILESYSTEM", 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user