Git fork

diffcore.h: *.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
3936e95a 5c037526

+1 -1
+1 -1
diffcore.h
··· 107 107 struct diff_filespec *one; 108 108 struct diff_filespec *two; 109 109 unsigned short int score; 110 - char status; /* M C R A D U etc. (see Documentation/diff-format.txt or DIFF_STATUS_* in diff.h) */ 110 + char status; /* M C R A D U etc. (see Documentation/diff-format.adoc or DIFF_STATUS_* in diff.h) */ 111 111 unsigned broken_pair : 1; 112 112 unsigned renamed_pair : 1; 113 113 unsigned is_unmerged : 1;