aboutsummaryrefslogtreecommitdiff
path: root/GitAnnex.hs
Commit message (Expand)AuthorAge
* 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
* git-annex, git-union-merge: Support GIT_DIR and GIT_WORK_TREE.Gravatar Joey Hess2012-01-13
* log: New command that displays the location log for file, showing each reposi...Gravatar Joey Hess2012-01-06
* tweakGravatar Joey Hess2012-01-06
* more command-specific optionsGravatar Joey Hess2012-01-06
* per-command optionsGravatar Joey Hess2012-01-05
* Format strings can be specified using the new --find option, to control what ...Gravatar Joey Hess2011-12-22
* Add --include, which is the same as --not --exclude.Gravatar Joey Hess2011-12-22
* split out three modules from GitGravatar Joey Hess2011-12-13
* sync: New command that synchronises the local repository and default remote, ...Gravatar Joey Hess2011-12-09