git-annex/CmdLine
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
..
GitAnnex increase number of capabilities to match -Jn setting 2015-11-05 19:57:41 -04:00
GitAnnexShell add unlocked flag for git-annex-shell recvkey 2015-12-26 13:59:27 -04:00
Action.hs immediate queue flushing when annex.queuesize=1 2016-01-13 14:55:01 -04:00
Batch.hs addurl: Added --with-files option. 2015-12-22 12:20:39 -04:00
GitAnnex.hs add database benchmark 2016-01-12 13:07:03 -04:00
GitAnnexShell.hs add unlocked flag for git-annex-shell recvkey 2015-12-26 13:59:27 -04:00
GlobalSetter.hs finished converting all the main options 2015-07-10 13:23:06 -04:00
Option.hs convert Unused, and remove some dead code for old style option parsing 2015-07-10 16:05:56 -04:00
Seek.hs improve data type 2016-01-01 15:56:24 -04:00
Usage.hs let optparse-applicative handle the usage display when run w/o command or bad command 2015-07-09 11:52:47 -04:00