summaryrefslogtreecommitdiff
path: root/Logs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-02 13:49:27 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-02 13:49:27 -0400
commit0c0fd0c54c126268a4867e4dd0d1d42a46621665 (patch)
treee1573f12107776011144f4e192bc837593d68bd6 /Logs
parent7daa2698538fbc311f82ef9a9fb102b7044fdb7b (diff)
update
Diffstat (limited to 'Logs')
-rw-r--r--Logs/Transfer.hs7
1 files changed, 6 insertions, 1 deletions
diff --git a/Logs/Transfer.hs b/Logs/Transfer.hs
index 6bdc750f4..dc9283306 100644
--- a/Logs/Transfer.hs
+++ b/Logs/Transfer.hs
@@ -27,7 +27,12 @@ data Transfer = Transfer
}
deriving (Show, Eq, Ord)
-{- Information about a Transfer, stored in the transfer information file. -}
+{- Information about a Transfer, stored in the transfer information file.
+ -
+ - Note that the associatedFile may not correspond to a file in the local
+ - git repository. It's some file, possibly relative to some directory,
+ - of some repository, that was acted on to initiate the transfer.
+ -}
data TransferInfo = TransferInfo
{ startedTime :: UTCTime
, transferPid :: Maybe ProcessID