From 6e47a1412175cbc00f44ea8dc663ad83331cfb6d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 8 Apr 2014 13:41:36 -0400 Subject: cleaned up AnnexState handling in transports --- doc/design/git-remote-daemon.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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). -- cgit v1.2.3