From: Todd Zullinger Date: Mon, 3 Mar 2025 20:44:22 +0000 (-0500) Subject: refs.h: *.txt -> *.adoc fixes X-Git-Tag: v2.49.0-rc2~4^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=72d385824a75e1d39b2a4395852dc954907fcc7d;p=thirdparty%2Fgit.git refs.h: *.txt -> *.adoc fixes Signed-off-by: Todd Zullinger Signed-off-by: Junio C Hamano --- diff --git a/refs.h b/refs.h index 09be47afbe..31c67a71b2 100644 --- a/refs.h +++ b/refs.h @@ -577,7 +577,7 @@ int refs_for_each_reflog(struct ref_store *refs, each_reflog_fn fn, void *cb_dat /* * Return 0 iff refname has the correct format for a refname according - * to the rules described in Documentation/git-check-ref-format.txt. + * to the rules described in Documentation/git-check-ref-format.adoc. * If REFNAME_ALLOW_ONELEVEL is set in flags, then accept one-level * reference names. If REFNAME_REFSPEC_PATTERN is set in flags, then * allow a single "*" wildcard character in the refspec. No leading or