aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/technical/api-simple-ipc.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/technical/api-simple-ipc.adoc
parenttechnical/partial-clone: update reference to rev-list-options.adoc (diff)
downloadgit-97350e18e2fc2e753e34df4ee8c1107457aa0a91.tar.gz
git-97350e18e2fc2e753e34df4ee8c1107457aa0a91.zip
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/technical/api-simple-ipc.adoc')
-rw-r--r--Documentation/technical/api-simple-ipc.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/api-simple-ipc.adoc b/Documentation/technical/api-simple-ipc.adoc
index c4fb152b23..972178b042 100644
--- a/Documentation/technical/api-simple-ipc.adoc
+++ b/Documentation/technical/api-simple-ipc.adoc
@@ -36,7 +36,7 @@ Comparison with sub-process model
---------------------------------
The Simple-IPC mechanism differs from the existing `sub-process.c`
-model (Documentation/technical/long-running-process-protocol.txt) and
+model (Documentation/technical/long-running-process-protocol.adoc) and
used by applications like Git-LFS. In the LFS-style sub-process model,
the helper is started by the foreground process, communication happens
via a pair of file descriptors bound to the stdin/stdout of the