From b3b07ab330a43086fa552983a252d1c0c40c86ab Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 8 Apr 2014 12:09:24 -0400 Subject: [PATCH] clarify --- doc/design/git-remote-daemon.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/design/git-remote-daemon.mdwn b/doc/design/git-remote-daemon.mdwn index db56bd6332..5599a6f305 100644 --- a/doc/design/git-remote-daemon.mdwn +++ b/doc/design/git-remote-daemon.mdwn @@ -114,6 +114,10 @@ the webapp. Indicates that configs have changed. Daemon should reload .git/config and/or restart. + Possible config changes include adding a new remote, removing a remote, + or setting `remote..annex-sync` to configure whether to sync with a + particular remote. + * `STOP` Shut down git-remote-daemon