Git fork

xdiff: *.txt -> *.adoc fixes

Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>

authored by

Todd Zullinger and committed by
Junio C Hamano
61cd8121 d6b67cef

+2 -2
+1 -1
xdiff/xdiff.h
··· 85 85 regex_t **ignore_regex; 86 86 size_t ignore_regex_nr; 87 87 88 - /* See Documentation/diff-options.txt. */ 88 + /* See Documentation/diff-options.adoc. */ 89 89 char **anchors; 90 90 size_t anchors_nr; 91 91 } xpparam_t;
+1 -1
xdiff/xpatience.c
··· 64 64 65 65 /* 66 66 * If 1, this entry can serve as an anchor. See 67 - * Documentation/diff-options.txt for more information. 67 + * Documentation/diff-options.adoc for more information. 68 68 */ 69 69 unsigned anchor : 1; 70 70 } *entries, *first, *last;