diff options
| author | Todd Zullinger <tmz@pobox.com> | 2025-03-03 15:44:32 -0500 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-03-03 13:49:27 -0800 |
| commit | 61cd812130bda9c8996c90283501ee00c029c7a4 (patch) | |
| tree | 1850d0dfcb75af1a0d6549f11509cfe2eb88e814 | |
| parent | d6b67cefb5c27d1479d41a8fae1a03b8aece82f6 (diff) | |
| download | git-61cd812130bda9c8996c90283501ee00c029c7a4.tar.gz | |
xdiff: *.txt -> *.adoc fixes
Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | xdiff/xdiff.h | 2 | ||||
| -rw-r--r-- | xdiff/xpatience.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xdiff/xdiff.h b/xdiff/xdiff.h index bb56b23f34..2cecde5afe 100644 --- a/xdiff/xdiff.h +++ b/xdiff/xdiff.h @@ -85,7 +85,7 @@ typedef struct s_xpparam { regex_t **ignore_regex; size_t ignore_regex_nr; - /* See Documentation/diff-options.txt. */ + /* See Documentation/diff-options.adoc. */ char **anchors; size_t anchors_nr; } xpparam_t; diff --git a/xdiff/xpatience.c b/xdiff/xpatience.c index 82f663004e..77dc411d19 100644 --- a/xdiff/xpatience.c +++ b/xdiff/xpatience.c @@ -64,7 +64,7 @@ struct hashmap { /* * If 1, this entry can serve as an anchor. See - * Documentation/diff-options.txt for more information. + * Documentation/diff-options.adoc for more information. */ unsigned anchor : 1; } *entries, *first, *last; |
