summaryrefslogtreecommitdiff
path: root/Command
Commit message (Expand)AuthorAge
* Support building without persistent database on for systems that lack TH. Thi...Gravatar Joey Hess2015-07-25
* addurl now accepts --prefix and --suffix options to adjust the filenames usedGravatar Joey Hess2015-07-21
* importfeed: Look at not only permalinks, but now also guids to identify previ...Gravatar Joey Hess2015-07-20
* sync --content: Fix bug that caused files to be uploaded to eg, more archive ...Gravatar Joey Hess2015-07-20
* wire tasty's option parser into the main program option parserGravatar Joey Hess2015-07-13
* convert WebApp; avoid duplicate arg parsing for no repo modeGravatar Joey Hess2015-07-13
* converted Assistant and Watch; avoid duplicate arg parsing for no repo modeGravatar Joey Hess2015-07-13
* convert ImportGravatar Joey Hess2015-07-13
* converted ImportFeedGravatar Joey Hess2015-07-13
* converted addurlGravatar Joey Hess2015-07-13
* converted LogGravatar Joey Hess2015-07-13
* convert Dead, and allow multiple --key optionsGravatar Joey Hess2015-07-13
* converted MetaData, eliminating a global value from Annex state .. beautifulGravatar Joey Hess2015-07-12
* converted ContentLocation, ExampleKey, LookupKeyGravatar Joey Hess2015-07-11
* converted StatusGravatar Joey Hess2015-07-11
* converted InfoGravatar Joey Hess2015-07-11
* converted Forget and TestRemoteGravatar Joey Hess2015-07-11
* converted MirrorGravatar Joey Hess2015-07-10
* convert ListGravatar Joey Hess2015-07-10
* converted ViCfg (trivially)Gravatar Joey Hess2015-07-10
* convert FindRefGravatar Joey Hess2015-07-10
* convert WhereisGravatar Joey Hess2015-07-10
* convert ExpireGravatar Joey Hess2015-07-10
* convert DropUnusedGravatar Joey Hess2015-07-10
* convert Unused, and remove some dead code for old style option parsingGravatar Joey Hess2015-07-10
* convert version command, and make --raw work when not in a git repoGravatar Joey Hess2015-07-10
* finished converting all the main optionsGravatar Joey Hess2015-07-10
* implement withGlobalOptions, and convert FindGravatar Joey Hess2015-07-10
* wipGravatar Joey Hess2015-07-09
* wipGravatar Joey Hess2015-07-09
* converted copy and moveGravatar Joey Hess2015-07-09
* use Alternative for parsing KeyOptionsGravatar Joey Hess2015-07-09
* use Alternative when parsing mutually exclusive fsck optionsGravatar Joey Hess2015-07-09
* let optparse-applicative handle the usage display when run w/o command or bad...Gravatar Joey Hess2015-07-09
* formattingGravatar Joey Hess2015-07-09
* finalOpt is the same as optionalGravatar Joey Hess2015-07-09
* wipGravatar Joey Hess2015-07-08
* converted fsck's options to optparse-applicativeGravatar Joey Hess2015-07-08
* remove git-annex help options displayGravatar Joey Hess2015-07-08
* support cmdnorepo actions, also using getopt-applicative thereGravatar Joey Hess2015-07-08
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
* display cmdparamdesc in optparse-applicative usage messagesGravatar Joey Hess2015-07-08
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* Only look at reflogs for relevant branches, not for git-annex branchesGravatar Joey Hess2015-07-07
* update commentGravatar Joey Hess2015-07-07
* unused: --used-refspec can now be configured to look at refs in the reflog. T...Gravatar Joey Hess2015-07-07
* sync: When annex.autocommit=false, avoid making any commit of local changes, ...Gravatar Joey Hess2015-07-07
* add: Stage symlinks the same as git add would, even if they are not a link to...Gravatar Joey Hess2015-07-07
* merge: Avoid creating the synced/master branch.Gravatar Joey Hess2015-07-07
* import: Fix failure of cross-device import on Windows.Gravatar Joey Hess2015-07-07