summaryrefslogtreecommitdiff
path: root/Command
Commit message (Expand)AuthorAge
...
* 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
* Brought back the setkey plumbing command that was removed in 2011, since we f...Gravatar Joey Hess2015-07-02
* assistant --autostart: First any daemons that are already running, which migh...Gravatar Joey Hess2015-07-02
* log: Fix reversion introduced in version 5.20150528 that broke this command.Gravatar Joey Hess2015-07-02
* move commentGravatar Joey Hess2015-06-16
* avoid building unused bloomfilter when run without --allGravatar Joey Hess2015-06-16
* on second thought, sync --content --unused is probably not useful, removeGravatar Joey Hess2015-06-16
* use bloom filter in second pass of sync --all --contentGravatar Joey Hess2015-06-16
* instance Hashable Key for bloomfilterGravatar Joey Hess2015-06-16
* Increased the default annex.bloomaccuracy from 1000 to 10000000Gravatar Joey Hess2015-06-16
* sync: Add support for --all and --unused.Gravatar Joey Hess2015-06-16
* switch code to using associated filesGravatar Joey Hess2015-06-16
* info: Added json output for "backend usage", "numcopies stats", "repositories...Gravatar Joey Hess2015-06-16
* Improve url parsing to handle some urls containing illegal [] characters in t...Gravatar Joey Hess2015-06-14
* add a hint about marking a key deadGravatar Joey Hess2015-06-09
* dead --key: Can be used to mark a key as dead.Gravatar Joey Hess2015-06-09
* fsck: Ignore keys that are known to be dead when running in --all mode or a i...Gravatar Joey Hess2015-06-09
* import --clean-duplicates: Fix bug that didn't count local or trusted repo's ...Gravatar Joey Hess2015-06-03
* get --incomplete: New option to resume any interrupted downloads.Gravatar Joey Hess2015-06-02
* remove Params constructor from Utility.SafeCommandGravatar Joey Hess2015-06-01
* fromkey, registerurl: Improve handling of urls that happen to also be parsabl...Gravatar Joey Hess2015-05-30
* fromkey, registerurl: Allow urls to be specified instead of keys, and generat...Gravatar Joey Hess2015-05-22
* add annex.used-refspecGravatar Joey Hess2015-05-14