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:
Junio C Hamano 2017-12-19 11:33:58 -08:00
commit bdae4af870

View File

@ -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);