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

diff --git a/apply.c b/apply.c
index b124678b93bd93ce1e30294a44a06684ed373a80..f274a3794877dc110c5def32de995c6dfb0d48f9 100644 (file)
--- a/apply.c
+++ b/apply.c
@@ -82,7 +82,7 @@ static int parse_whitespace_option(struct apply_state *state, const char *option
        }
        /*
         * Please update $__git_whitespacelist in git-completion.bash,
-        * Documentation/git-apply.txt, and Documentation/git-am.txt
+        * Documentation/git-apply.adoc, and Documentation/git-am.adoc
         * when you add new options.
         */
        return error(_("unrecognized whitespace option '%s'"), option);