summaryrefslogtreecommitdiff
path: root/sub-process.h
diff options
context:
space:
mode:
authorJonathan Tan <jonathantanmy@google.com>2018-01-25 18:53:24 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-01-25 19:24:32 (GMT)
commitaddad10594583092ad92a4b82c40040b913bb8ee (patch)
tree7751d1c911e4c213e29aab5d86855779ffa394bf /sub-process.h
parent5be1f00a9a701532232f57958efab4be8c959a29 (diff)
downloadgit-addad10594583092ad92a4b82c40040b913bb8ee.zip
git-addad10594583092ad92a4b82c40040b913bb8ee.tar.gz
git-addad10594583092ad92a4b82c40040b913bb8ee.tar.bz2
Docs: split out long-running subprocess handshake
Separating out the implementation of the handshake when starting a long-running subprocess (for example, as is done for a clean/smudge filter) was done in commit fa64a2fdbeed ("sub-process: refactor handshake to common function", 2017-07-26), but its documentation still resides in gitattributes. Split out the documentation as well. Signed-off-by: Jonathan Tan <jonathantanmy@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'sub-process.h')
-rw-r--r--sub-process.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sub-process.h b/sub-process.h
index 4970199..71b18ad 100644
--- a/sub-process.h
+++ b/sub-process.h
@@ -73,8 +73,8 @@ static inline struct child_process *subprocess_get_child_process(
}
/*
- * Perform the version and capability negotiation as described in the "Long
- * Running Filter Process" section of the gitattributes documentation using the
+ * Perform the version and capability negotiation as described in the
+ * "Handshake" section of long-running-process-protocol.txt using the
* given requested versions and capabilities. The "versions" and "capabilities"
* parameters are arrays terminated by a 0 or blank struct.
*