Skip to content

Commit bdae4af

Browse files
committed
Merge branch 'sg/setup-doc-update'
Comment update. * sg/setup-doc-update: setup.c: fix comment about order of .git directory discovery
2 parents 8d7fefa + 176b2d3 commit bdae4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ static enum discovery_result setup_git_directory_gently_1(struct strbuf *dir,
926926
* - ../.git
927927
* - ../.git/
928928
* - ../ (bare)
929-
* - ../../.git/
929+
* - ../../.git
930930
* etc.
931931
*/
932932
one_filesystem = !git_env_bool("GIT_DISCOVERY_ACROSS_FILESYSTEM", 0);

0 commit comments

Comments
 (0)