Skip to content

Commit 3936e95

Browse files
tmzullingergitster
authored andcommitted
diffcore.h: *.txt -> *.adoc fixes
Signed-off-by: Todd Zullinger <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5c03752 commit 3936e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diffcore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ struct diff_filepair {
107107
struct diff_filespec *one;
108108
struct diff_filespec *two;
109109
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) */
111111
unsigned broken_pair : 1;
112112
unsigned renamed_pair : 1;
113113
unsigned is_unmerged : 1;

0 commit comments

Comments
 (0)