diff options
Diffstat (limited to 'Logs/Transfer.hs')
-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 |