git-annex/CmdLine
Joey Hess c0c595345c
arrange for regional output manager to run when -J is enabled
Commands that want to use it have to run their seek action inside
allowConcurrentOutput. Which seems reasonable; perhaps some future command
will want to support the -J flag but not use regions.

The region state moved from Annex to MessageState. This makes sense
organizationally, and note that some uses of onLocal use a different Annex
state, but pass the MessageState into it, which is what is needed.
2015-11-04 16:22:43 -04:00
..
GitAnnex arrange for regional output manager to run when -J is enabled 2015-11-04 16:22:43 -04:00
GitAnnexShell git-annex-shell: Don't let configlist auto-init repository when in readonly mode. 2015-08-05 14:09:25 -04:00
Action.hs arrange for regional output manager to run when -J is enabled 2015-11-04 16:22:43 -04:00
Batch.hs converted ContentLocation, ExampleKey, LookupKey 2015-07-11 20:43:45 -04:00
GitAnnex.hs wire tasty's option parser into the main program option parser 2015-07-13 13:20:10 -04:00
GitAnnexShell.hs git-annex-shell: Added lockcontent command, to prevent dropping of key's content. 2015-10-08 14:47:46 -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 metadata: Fix reversion introduced in 5.20150727 that caused display of metadata to not work. 2015-08-11 13:19:01 -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