aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2025-03-03 15:44:11 -0500
committerJunio C Hamano <gitster@pobox.com>2025-03-03 13:49:22 -0800
commit08ce333d361890714829897e9f3b9fc9ec06eb4f (patch)
tree4434dcdce94e667413afa0ec905c7645c6aa332f
parentd795c65b3a29dca33991c441a9951fb9dd14eead (diff)
downloadgit-08ce333d361890714829897e9f3b9fc9ec06eb4f.tar.xz
apply.c: *.txt -> *.adoc fixes
Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--apply.c2
1 files changed, 1 insertions, 1 deletions
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);