diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-29 14:03:37 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-29 14:03:37 -0400 |
commit | 0ed7db5f3ac87405f56eb27adb9fdaf42bc49125 (patch) | |
tree | 59eb1401798196a9e82257c1ffae11f4ea29ccea /doc/design/assistant/syncing.mdwn | |
parent | 61786c52ad128fe39346241ef47e50ac41afb774 (diff) |
add news item for git-annex 3.20120629
Diffstat (limited to 'doc/design/assistant/syncing.mdwn')
-rw-r--r-- | doc/design/assistant/syncing.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/design/assistant/syncing.mdwn b/doc/design/assistant/syncing.mdwn index 99474928c..7c6ef16d3 100644 --- a/doc/design/assistant/syncing.mdwn +++ b/doc/design/assistant/syncing.mdwn @@ -46,6 +46,8 @@ reachable remote. This is worth doing first, since it's the simplest way to get the basic functionality of the assistant to work. And we'll need this anyway. +### transfer tracking + data ToTransfer = ToUpload Key | ToDownload Key type ToTransferChan = TChan [ToTransfer] |