From 160abff4f6e4d2a21477cb1932db4b347172d412 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 3 Apr 2014 14:56:29 -0400 Subject: [PATCH] reload --- doc/design/git-remote-daemon.mdwn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/design/git-remote-daemon.mdwn b/doc/design/git-remote-daemon.mdwn index ad28b1c2d5..b50b89015b 100644 --- a/doc/design/git-remote-daemon.mdwn +++ b/doc/design/git-remote-daemon.mdwn @@ -95,6 +95,11 @@ progress during transfer. transport when next possible. May be repeated many times before the push finally happens. +* `RELOAD` + + Indicates that configs have changed. Daemon should reload .git/config + and/or restart. + # send-pack and receive-pack Done as the assistant does with XMPP currently. Does not involve