summaryrefslogtreecommitdiff
path: root/GitAnnex.hs
Commit message (Expand)AuthorAge
* rename remotes to listGravatar Antoine Beaupré2013-09-19
* remotes: New command, displays a compact table of remotes that contain files....Gravatar Joey Hess2013-09-12
* add forget commandGravatar Joey Hess2013-08-28
* mirror: New command, makes two repositories contain the same set of files.Gravatar Joey Hess2013-08-20
* missed some __WINDOWS__ definesGravatar Joey Hess2013-08-04
* importfeed: git-annex becomes a podcatcher in 150 LOCGravatar Joey Hess2013-07-28
* content: New command line way to view and configure a repository's preferred ...Gravatar Joey Hess2013-05-25
* fuzz testerGravatar Joey Hess2013-05-23
* enable test command on windowsGravatar Joey Hess2013-05-23
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Gravatar Joey Hess2013-05-11
* To enable an existing special remote, the new enableremote command must be us...Gravatar Joey Hess2013-04-26
* rmurl: New command, removes one of the recorded urls for a file.Gravatar Joey Hess2013-04-22
* Per-command usage messages.Gravatar Joey Hess2013-03-27
* implement transferkeys plumbing commandGravatar Joey Hess2013-03-19
* linelengthGravatar Joey Hess2013-03-12
* typoGravatar Joey Hess2013-02-27
* disable test suite on AndroidGravatar Joey Hess2013-02-27
* embed test suite into git annex; available by running: git annex testGravatar Joey Hess2013-02-27
* type based git config handling for remotesGravatar Joey Hess2013-01-01
* type based git config handlingGravatar Joey Hess2012-12-29
* added direct and indirect commandsGravatar Joey Hess2012-12-13
* Amazon Glacier special remote; 100% workingGravatar Joey Hess2012-11-20
* fix build without XMPPGravatar Joey Hess2012-11-12
* where indentingGravatar Joey Hess2012-11-11
* add xmppgit command; roughed out xmpp push protocol and designGravatar Joey Hess2012-11-06
* add help commandGravatar Joey Hess2012-10-13
* rename --ingroup to --inallgroupGravatar Joey Hess2012-10-10
* add --ingroup limitGravatar Joey Hess2012-10-08
* Added --smallerthan and --largerthan limitsGravatar Joey Hess2012-10-08
* vicfg: New command, allows editing (or simply viewing) most of the repository...Gravatar Joey Hess2012-10-03
* group, ungroup: New commands to indicate groups of repositories.Gravatar Joey Hess2012-10-01
* New --time-limit option, makes long git-annex commands stop after a specified...Gravatar Joey Hess2012-09-25
* add transferkey commandGravatar Joey Hess2012-08-24
* git annex webapp now opens a browser to the webappGravatar Joey Hess2012-07-25
* Merge branch 'master' into assistantGravatar Joey Hess2012-07-02
|\
| * add fields to git-annex-shellGravatar Joey Hess2012-07-02
* | Merge branch 'master' into assistantGravatar Joey Hess2012-06-26
|\|
| * Version build dependency on STM, and allow building without it, which disable...Gravatar Joey Hess2012-06-26
* | add assistant commandGravatar Joey Hess2012-06-22
|/
* Merge branch 'master' into watchGravatar Joey Hess2012-06-04
|\
| * import: New subcommand, pulls files from a directory outside the annex and ad...Gravatar Joey Hess2012-05-31
| * Add support for core.worktree, and fix support for GIT_WORK_TREE and GIT_DIR.Gravatar Joey Hess2012-05-18
| * addunused: New command, the opposite of dropunused, it relinks unused content...Gravatar Joey Hess2012-05-02
* | watch subcommandGravatar Joey Hess2012-04-12
|/
* autocorrectionGravatar Joey Hess2012-04-12
* rekey: New plumbing level command, can be used to change the keys used for fi...Gravatar Joey Hess2012-02-16
* set oneshot mode on a per-command basisGravatar Joey Hess2012-02-14
* Avoid repeated location log commits when a remote is receiving files.Gravatar Joey Hess2012-01-28
* rename readMaybe to readishGravatar Joey Hess2012-01-23