From: Todd Zullinger Date: Mon, 3 Mar 2025 20:44:16 +0000 (-0500) Subject: diffcore.h: *.txt -> *.adoc fixes X-Git-Tag: v2.49.0-rc2~4^2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3936e95a7f056877425c6faa6994d9f3712a6fb0;p=thirdparty%2Fgit.git diffcore.h: *.txt -> *.adoc fixes Signed-off-by: Todd Zullinger Signed-off-by: Junio C Hamano --- diff --git a/diffcore.h b/diffcore.h index 2feb325031..9c0a0e7aaf 100644 --- a/diffcore.h +++ b/diffcore.h @@ -107,7 +107,7 @@ struct diff_filepair { struct diff_filespec *one; struct diff_filespec *two; unsigned short int score; - char status; /* M C R A D U etc. (see Documentation/diff-format.txt or DIFF_STATUS_* in diff.h) */ + char status; /* M C R A D U etc. (see Documentation/diff-format.adoc or DIFF_STATUS_* in diff.h) */ unsigned broken_pair : 1; unsigned renamed_pair : 1; unsigned is_unmerged : 1;