diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-12-19 11:33:58 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-12-19 11:33:58 -0800 |
commit | bdae4af87053490adad2dc9fb184d6d050d46a4c (patch) | |
tree | 8a4b08e3d8df982b9e54d67b34be12b530fd56bd | |
parent | Merge branch 'ar/unconfuse-three-dots' (diff) | |
parent | setup.c: fix comment about order of .git directory discovery (diff) | |
download | tgif-bdae4af87053490adad2dc9fb184d6d050d46a4c.tar.xz |
Merge branch 'sg/setup-doc-update'
Comment update.
* sg/setup-doc-update:
setup.c: fix comment about order of .git directory discovery
-rw-r--r-- | setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -926,7 +926,7 @@ static enum discovery_result setup_git_directory_gently_1(struct strbuf *dir, * - ../.git * - ../.git/ * - ../ (bare) - * - ../../.git/ + * - ../../.git * etc. */ one_filesystem = !git_env_bool("GIT_DISCOVERY_ACROSS_FILESYSTEM", 0); |