summaryrefslogtreecommitdiff
path: root/doc/design/git-remote-daemon.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/design/git-remote-daemon.mdwn')
-rw-r--r--doc/design/git-remote-daemon.mdwn13
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/design/git-remote-daemon.mdwn b/doc/design/git-remote-daemon.mdwn
index 714005e6f..0658d4583 100644
--- a/doc/design/git-remote-daemon.mdwn
+++ b/doc/design/git-remote-daemon.mdwn
@@ -80,9 +80,18 @@ the webapp.
## emitted messages
-* `CHANGED $remote $ref ...`
+* `CONNECTED $remote`
- This indicates that the given refs in the named git remote have changed.
+ Send when a connection has been made with a remote.
+
+* `DISCONNECTED $remote`
+
+ Send when connection with a remote has been lost.
+
+* `CHANGED $remote $sha ...`
+
+ This indicates that refs in the named git remote have changed,
+ and indicates the new shas.
* `STATUS $remote $string`