mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
xdiff: *.txt -> *.adoc fixes
Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
d6b67cefb5
commit
61cd812130
@@ -85,7 +85,7 @@ typedef struct s_xpparam {
|
||||
regex_t **ignore_regex;
|
||||
size_t ignore_regex_nr;
|
||||
|
||||
/* See Documentation/diff-options.txt. */
|
||||
/* See Documentation/diff-options.adoc. */
|
||||
char **anchors;
|
||||
size_t anchors_nr;
|
||||
} xpparam_t;
|
||||
|
||||
@@ -64,7 +64,7 @@ struct hashmap {
|
||||
|
||||
/*
|
||||
* 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;
|
||||
} *entries, *first, *last;
|
||||
|
||||
Reference in New Issue
Block a user