git-annex/CmdLine
Joey Hess 367d1352da git-annex-shell: Don't let configlist auto-init repository when in readonly mode.
This was potentially a hole in the readonly mode armor even before my last
commit. If the user could push a git-annex branch to a repo, they could get
git-annex-shell to initialize the repo. After my last commit, the user
didn't even need to be allowed to push a branch to init the repo, so
this hole certianly needs to be closed now.
2015-08-05 14:09:25 -04:00
..
GitAnnex fix bash completion of filenames containing spaces 2015-07-20 11:17:35 -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 started converting to use optparse-applicative 2015-07-08 13:36:25 -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: Don't let configlist auto-init repository when in readonly mode. 2015-08-05 14:09:25 -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 convert Unused, and remove some dead code for old style option parsing 2015-07-10 16:05:56 -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