git-annex/Git
Joey Hess b52cf5697b
immediate queue flushing when annex.queuesize=1
Previously, it only flushed when the queue got larger than 1.

Also, make the queue auto-flush when items are added, rather than needing
to be flushed as a separate step. This simplifies the code and make it more
efficient too, as it avoids needing to read the queue out of the state to
check if it should be flushed.
2016-01-13 14:55:01 -04:00
..
Command
Remote desc 2015-04-19 08:18:17 -04:00
AutoCorrect.hs
Branch.hs
BuildVersion.hs
CatFile.hs remove old TODO 2016-01-01 15:43:13 -04:00
CheckAttr.hs remove Params constructor from Utility.SafeCommand 2015-06-01 13:52:23 -04:00
CheckIgnore.hs work around git check-ignore --batch bad exit status bug, and bring back import -J 2015-11-06 15:39:51 -04:00
Command.hs
Config.hs
Construct.hs Catch up with current git behavior when both repo and repo.git exist; it seems it now prefers repo in this case, although historically it may have preferred repo.git. 2015-10-26 15:35:55 -04:00
CurrentRepo.hs
DiffTree.hs optimise 2016-01-06 20:38:02 -04:00
DiffTreeItem.hs
FileMode.hs fix various build warnings, mostly on Windows 2015-10-13 13:24:44 -04:00
Filename.hs fix use of hifalutin terminology 2015-11-16 14:37:31 -04:00
FilePath.hs clarify absPathFrom 2016-01-05 17:33:48 -04:00
Fsck.hs
GCrypt.hs
HashObject.hs
Hook.hs Switched to using git for Windows, rather than msysgit. 2015-09-10 19:16:30 -04:00
Index.hs
LsFiles.hs remove Params constructor from Utility.SafeCommand 2015-06-01 13:52:23 -04:00
LsTree.hs improve data type 2016-01-01 15:56:24 -04:00
Merge.hs
Objects.hs
Queue.hs immediate queue flushing when annex.queuesize=1 2016-01-13 14:55:01 -04:00
Ref.hs
RefLog.hs Only look at reflogs for relevant branches, not for git-annex branches 2015-07-07 17:36:30 -04:00
Remote.hs
Repair.hs improve data type 2016-01-01 15:56:24 -04:00
Sha.hs
SharedRepository.hs Support git's undocumented core.sharedRepository=2 value, which is equivilant to "world". 2015-07-06 15:33:44 -04:00
Status.hs status: Show added but not yet committed files. 2015-09-22 17:32:28 -04:00
Types.hs
UnionMerge.hs avoid nul-truncation 2015-08-11 18:46:10 -04:00
UpdateIndex.hs
Url.hs
Version.hs more {-# OPTIONS_GHC -fno-warn-tabs #-} ... Forcing people who have what is merely a difference of opinion to you to do this is a bit of an asshole move. Just saying. 2015-05-10 16:38:49 -04:00