diff options
author | Joey Hess <joey@kitenet.net> | 2014-04-08 13:41:36 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-04-08 13:42:57 -0400 |
commit | 6e47a1412175cbc00f44ea8dc663ad83331cfb6d (patch) | |
tree | ecd8cec02d1a56ea38513cfb893b86504c606a3c /doc | |
parent | 4772321f6a7359f282270c48be0e73563f8d7ae6 (diff) |
cleaned up AnnexState handling in transports
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/git-remote-daemon.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/git-remote-daemon.mdwn b/doc/design/git-remote-daemon.mdwn index 5599a6f30..ad41fa447 100644 --- a/doc/design/git-remote-daemon.mdwn +++ b/doc/design/git-remote-daemon.mdwn @@ -82,7 +82,7 @@ the webapp. Indicates that a pull or a push with a remote is in progress. Always followed by DONESYNCING. -* `DONESYNCING $remote 1|0` +* `DONESYNCING 1|0 $remote` Indicates that syncing with a remote is done, and either succeeded (1) or failed (0). |