]> git.ipfire.org Git - thirdparty/git.git/commitdiff
setup.c: *.txt -> *.adoc fixes
authorTodd Zullinger <tmz@pobox.com>
Mon, 3 Mar 2025 20:44:23 +0000 (15:44 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Mar 2025 21:49:25 +0000 (13:49 -0800)
Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
setup.c

diff --git a/setup.c b/setup.c
index 7da7aa8984b6df3b73e6dbac5bc75184ee073d17..801bd8c1ee8e24b2c5a5c7647f3015bddde5e117 100644 (file)
--- a/setup.c
+++ b/setup.c
@@ -1822,7 +1822,7 @@ const char *setup_git_directory_gently(int *nongit_ok)
         *
         * Regardless of the state of nongit_ok, startup_info->prefix and
         * the GIT_PREFIX environment variable must always match. For details
-        * see Documentation/config/alias.txt.
+        * see Documentation/config/alias.adoc.
         */
        if (nongit_ok && *nongit_ok)
                startup_info->have_repository = 0;