xdiff: *.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:32 -05:00 committed by Junio C Hamano
parent d6b67cefb5
commit 61cd812130
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ typedef struct s_xpparam {
regex_t **ignore_regex; regex_t **ignore_regex;
size_t ignore_regex_nr; size_t ignore_regex_nr;


/* See Documentation/diff-options.txt. */ /* See Documentation/diff-options.adoc. */
char **anchors; char **anchors;
size_t anchors_nr; size_t anchors_nr;
} xpparam_t; } xpparam_t;

View File

@ -64,7 +64,7 @@ struct hashmap {


/* /*
* If 1, this entry can serve as an anchor. See * If 1, this entry can serve as an anchor. See
* Documentation/diff-options.txt for more information. * Documentation/diff-options.adoc for more information.
*/ */
unsigned anchor : 1; unsigned anchor : 1;
} *entries, *first, *last; } *entries, *first, *last;