We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b67ce commit 61cd812Copy full SHA for 61cd812
xdiff/xdiff.h
@@ -85,7 +85,7 @@ typedef struct s_xpparam {
85
regex_t **ignore_regex;
86
size_t ignore_regex_nr;
87
88
- /* See Documentation/diff-options.txt. */
+ /* See Documentation/diff-options.adoc. */
89
char **anchors;
90
size_t anchors_nr;
91
} xpparam_t;
xdiff/xpatience.c
@@ -64,7 +64,7 @@ struct hashmap {
64
65
/*
66
* If 1, this entry can serve as an anchor. See
67
- * Documentation/diff-options.txt for more information.
+ * Documentation/diff-options.adoc for more information.
68
*/
69
unsigned anchor : 1;
70
} *entries, *first, *last;
0 commit comments