summaryrefslogtreecommitdiff
path: root/CmdLine
Commit message (Expand)AuthorAge
* Brought back the setkey plumbing command that was removed in 2011, since we f...Gravatar Joey Hess2015-07-02
* sync: Add support for --all and --unused.Gravatar Joey Hess2015-06-16
* dead --key: Can be used to mark a key as dead.Gravatar Joey Hess2015-06-09
* get --incomplete: New option to resume any interrupted downloads.Gravatar Joey Hess2015-06-02
* unused: Add --used option, which can specify a set of refs to consider used, ...Gravatar Joey Hess2015-05-14
* Merge branch 'master' into concurrentprogressGravatar Joey Hess2015-05-12
|\
| * contentlocation, examinekey, lookupkey: Added --batch mode option.Gravatar Joey Hess2015-05-06
| * Improve behavior when a git-annex command is told to operate on a file that d...Gravatar Joey Hess2015-04-30
| * refactorGravatar Joey Hess2015-04-30
| * required: New command, like wanted, but for required content.Gravatar Joey Hess2015-04-18
* | refactorGravatar Joey Hess2015-04-10
* | get, move, copy, mirror: Concurrent downloads and uploads are now supported!Gravatar Joey Hess2015-04-10
|/
* contentlocationn: New plumbing command.Gravatar Joey Hess2015-04-09
* rethought distributed fsck; instead add activity.log and expire commandGravatar Joey Hess2015-04-05
* Fix truncation of parameters that could occur when using xargs git-annex.Gravatar Joey Hess2015-04-02
* --auto is no longer a global option; only get, drop, and copy accept it.Gravatar Joey Hess2015-03-25
* checkpresentkey: New plumbing command to check if a key can be verified to be...Gravatar Joey Hess2015-03-20
* readpresentkey: New plumbing command for checking location log.Gravatar Joey Hess2015-03-20
* forgot one thingGravatar Joey Hess2015-03-15
* registerurl: New plumbing command for mass-adding urls to keys.Gravatar Joey Hess2015-03-15
* git-annex-shell: Improve error message when the specified repository doesn't ...Gravatar Joey Hess2015-03-05
* propigate ssh-options everywhere ssh caching is usedGravatar Joey Hess2015-02-12
* metadata: When setting metadata, do not recurse into directories by default, ...Gravatar Joey Hess2015-02-10
* better option handlingGravatar Joey Hess2015-02-08
* The file matching options are now only accepted by commands that can actually...Gravatar Joey Hess2015-02-06
* relFile does not have to be relative; rename to currFileGravatar Joey Hess2015-02-06
* import: Support file matching options such as --exclude, --include, --smalle...Gravatar Joey Hess2015-02-06
* groupwanted: New command to set the groupwanted preferred content expression.Gravatar Joey Hess2015-02-06
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* revert parentDir changeGravatar Joey Hess2015-01-09
* made parentDir return a Maybe FilePath; removed most uses of itGravatar Joey Hess2015-01-06
* Run shutdown cleanup actions even if there were failures processing the command.Gravatar Joey Hess2014-12-30
* setpresentkey: A new plumbing-level command.Gravatar Joey Hess2014-12-29
* diffdriver: New git-annex command, to make git external diff drivers work wit...Gravatar Joey Hess2014-11-24
* undo commandGravatar Joey Hess2014-11-14
* proxy: for all your direct mode repository munging needsGravatar Joey Hess2014-11-12
* pre-commit: Block partial commit of unlocked annexed file, since that left a ...Gravatar Joey Hess2014-11-10
* info: When passed the name or uuid of a remote, displays info about that remote.Gravatar Joey Hess2014-10-21
* doh't use "def" for command definitions, it conflicts with Data.Default.defGravatar Joey Hess2014-10-14
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* Promote file not found warning message to an error.Gravatar Joey Hess2014-09-11
* Fix stub git-annex test support when built without tasty.Gravatar Joey Hess2014-08-23
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* testremote: New command to test uploads/downloads to a remote.Gravatar Joey Hess2014-08-01
* resolvemerge: New plumbing command that runs the automatic merge conflict res...Gravatar Joey Hess2014-07-11
* support being run by ssh as ssh-askpass replacementGravatar Joey Hess2014-04-29
* findref: New command, like find but shows files in a specified git ref.Gravatar Joey Hess2014-04-17
* reinit: New command that can initialize a new reposotory using the configurat...Gravatar Joey Hess2014-04-15
* sync, assistant, remotedaemon: Use ssh connection caching for git pushes and ...Gravatar Joey Hess2014-04-12
* added git-annex remotedaemonGravatar Joey Hess2014-04-06