diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-02 13:49:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-02 13:49:27 -0400 |
commit | 0c0fd0c54c126268a4867e4dd0d1d42a46621665 (patch) | |
tree | e1573f12107776011144f4e192bc837593d68bd6 /Logs | |
parent | 7daa2698538fbc311f82ef9a9fb102b7044fdb7b (diff) |
update
Diffstat (limited to 'Logs')
-rw-r--r-- | Logs/Transfer.hs | 7 |
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 |