From: Todd Zullinger Date: Mon, 3 Mar 2025 20:44:11 +0000 (-0500) Subject: apply.c: *.txt -> *.adoc fixes X-Git-Tag: v2.49.0-rc2~4^2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08ce333d361890714829897e9f3b9fc9ec06eb4f;p=thirdparty%2Fgit.git apply.c: *.txt -> *.adoc fixes Signed-off-by: Todd Zullinger Signed-off-by: Junio C Hamano --- diff --git a/apply.c b/apply.c index b124678b93..f274a37948 100644 --- 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);