diff options
author | Jonathan Tan <jonathantanmy@google.com> | 2018-01-25 10:53:24 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-01-25 11:24:32 -0800 |
commit | addad10594583092ad92a4b82c40040b913bb8ee (patch) | |
tree | 7751d1c911e4c213e29aab5d86855779ffa394bf /Documentation/Makefile | |
parent | First batch after 2.16 (diff) | |
download | tgif-addad10594583092ad92a4b82c40040b913bb8ee.tar.xz |
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 'Documentation/Makefile')
-rw-r--r-- | Documentation/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index 4ae9ba5c86..6232143cb9 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -72,6 +72,7 @@ TECH_DOCS += SubmittingPatches TECH_DOCS += technical/hash-function-transition TECH_DOCS += technical/http-protocol TECH_DOCS += technical/index-format +TECH_DOCS += technical/long-running-process-protocol TECH_DOCS += technical/pack-format TECH_DOCS += technical/pack-heuristics TECH_DOCS += technical/pack-protocol |