apply.c: *.txt -> *.adoc fixes

Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Todd Zullinger 2025-03-03 15:44:11 -05:00 committed by Junio C Hamano
parent d795c65b3a
commit 08ce333d36
1 changed files with 1 additions and 1 deletions

View File

@ -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);