git-annex/Assistant/Types
Joey Hess c4152654d2
combine PendingAddChanges for the same file into one
In v6 unlocked mode, this fixes a problem that was making eg,
echo > file cause the assistant to copy the file to the annex object,
instead of hard linking it. That because 2 change events were seen
(one for opening the file and one for closing) and processed together
the file was then locked down twice. Which meant it had mutiple hard links,
and so prevented linkAnnex from hard linking it.

There might be scenarios where multiple events come in, but staggered such
that a file gets locked down repeatedly, and it would still be copied to
the annex object in that case.
2015-12-22 17:52:39 -04:00
..
Alert.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
BranchChange.hs couple of AMP warnings I missed before 2015-05-10 16:51:03 -04:00
Buddies.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Changes.hs combine PendingAddChanges for the same file into one 2015-12-22 17:52:39 -04:00
Commits.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
CredPairCache.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
DaemonStatus.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
NamedThread.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
NetMessager.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Pushes.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
RemoteControl.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
RepoProblem.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
ScanRemotes.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
ThreadedMonad.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
ThreadName.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
TransferQueue.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
TransferrerPool.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
TransferSlots.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
UrlRenderer.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00