diff options
-rw-r--r-- | doc/design/git-remote-daemon.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/design/git-remote-daemon.mdwn b/doc/design/git-remote-daemon.mdwn index db56bd633..5599a6f30 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.<name>.annex-sync` to configure whether to sync with a + particular remote. + * `STOP` Shut down git-remote-daemon |