aboutsummaryrefslogtreecommitdiff
path: root/Documentation/gitattributes.adoc
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2025-03-03 15:44:09 -0500
committerJunio C Hamano <gitster@pobox.com>2025-03-03 13:49:21 -0800
commit97350e18e2fc2e753e34df4ee8c1107457aa0a91 (patch)
tree064ecc355c00a7553eb602853b22b25793887497 /Documentation/gitattributes.adoc
parent59d92809088f28b06b0cd102dd166ba8b3144fc7 (diff)
downloadgit-97350e18e2fc2e753e34df4ee8c1107457aa0a91.tar.xz
doc: *.txt -> *.adoc fixes
Update a few more instances of Documentation/*.txt files which have been renamed to *.adoc. Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitattributes.adoc')
-rw-r--r--Documentation/gitattributes.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/gitattributes.adoc b/Documentation/gitattributes.adoc
index 7eaca89972..a22d1ef1e1 100644
--- a/Documentation/gitattributes.adoc
+++ b/Documentation/gitattributes.adoc
@@ -513,7 +513,7 @@ If the filter command (a string value) is defined via
`filter.<driver>.process` then Git can process all blobs with a
single filter invocation for the entire life of a single Git
command. This is achieved by using the long-running process protocol
-(described in technical/long-running-process-protocol.txt).
+(described in Documentation/technical/long-running-process-protocol.adoc).
When Git encounters the first file that needs to be cleaned or smudged,
it starts the filter and performs the handshake. In the handshake, the
@@ -1177,11 +1177,11 @@ integer has a meaningful effect.
For example, this line in `.gitattributes` can be used to tell the merge
machinery to leave much longer (instead of the usual 7-character-long)
-conflict markers when merging the file `Documentation/git-merge.txt`
+conflict markers when merging the file `Documentation/git-merge.adoc`
results in a conflict.
------------------------
-Documentation/git-merge.txt conflict-marker-size=32
+Documentation/git-merge.adoc conflict-marker-size=32
------------------------