simple-ipc: design documentation for new IPC mechanism
authorJeff Hostetler <jeffhost@microsoft.com>
Mon, 15 Mar 2021 21:08:22 +0000 (21:08 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Mar 2021 21:32:50 +0000 (14:32 -0700)
commit066d5234d04737408f5f537f30f19873a2c7637f
tree65002c8202ab1f9bce34350af87e522ca770fafd
parent8c2efa5d7671567975add8c4e493da65c968c376
simple-ipc: design documentation for new IPC mechanism

Brief design documentation for new IPC mechanism allowing
foreground Git client to talk with an existing daemon process
at a known location using a named pipe or unix domain socket.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/api-simple-ipc.txt [new file with mode: 0644]