]> git.ipfire.org Git - thirdparty/git.git/commitdiff
xdiff: *.txt -> *.adoc fixes
authorTodd Zullinger <tmz@pobox.com>
Mon, 3 Mar 2025 20:44:32 +0000 (15:44 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Mar 2025 21:49:27 +0000 (13:49 -0800)
Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
xdiff/xdiff.h
xdiff/xpatience.c

index bb56b23f34c96ceec169d39b829e89cd512d7e39..2cecde5afe5da1623a5ddb0e6affb7cea259b5c7 100644 (file)
@@ -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;
index 82f663004ec2ef6ad5bf314516a8e6d040ecbca1..77dc411d1937abbaf0e7c98f5d5bc68f4553ae64 100644 (file)
@@ -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;