diff options
author | Joey Hess <joey@kitenet.net> | 2014-04-08 12:09:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-04-08 12:09:24 -0400 |
commit | 4772321f6a7359f282270c48be0e73563f8d7ae6 (patch) | |
tree | 1e68330e522335c54d2eaebb43cfa9f312fac71b /doc/design/git-remote-daemon.mdwn | |
parent | db96c3633bf0eb23f30f09313ab3cbda2d23a91f (diff) |
clarify
Diffstat (limited to 'doc/design/git-remote-daemon.mdwn')
-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 |