aboutsummaryrefslogtreecommitdiff
path: root/GitAnnex.hs
Commit message (Expand)AuthorAge
* 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
* dead: A command which says that a repository is gone for good and you don't w...Gravatar Joey Hess2011-12-02
* --inbackend can be used to make git-annex only operate on files whose content...Gravatar Joey Hess2011-11-28
* find: Support --print0Gravatar Joey Hess2011-11-22
* When not run in a git repository, git-annex can still display a usage message...Gravatar Joey Hess2011-11-16
* reorder repo parameters lastGravatar Joey Hess2011-11-08
* better command nameGravatar Joey Hess2011-10-31
* Removed the setkey command, and added a setcontent command with a more useful...Gravatar Joey Hess2011-10-31
* refactoring and cleanupGravatar Joey Hess2011-10-30
* clean up check selection codeGravatar Joey Hess2011-10-29
* renameGravatar Joey Hess2011-10-05
* renameGravatar Joey Hess2011-10-04
* factor out common importsGravatar Joey Hess2011-10-03
* go go gadget hlintGravatar Joey Hess2011-09-20
* --copies=N can be used to make git-annex only operate on files with the speci...Gravatar Joey Hess2011-09-18
* add --in limitGravatar Joey Hess2011-09-18
* add --and --or --not -( and -)Gravatar Joey Hess2011-09-18
* refactor --exclude to use Utility.MatcherGravatar Joey Hess2011-09-18
* remove optimize subcommand; use --auto insteadGravatar Joey Hess2011-09-15
* optimize: A new subcommand that either gets or drops file content as needed t...Gravatar Joey Hess2011-09-14
* Support the standard git -c name=valueGravatar Joey Hess2011-07-14
* add the addurl commandGravatar Joey Hess2011-07-01
* renamed GitRepo to GitGravatar Joey Hess2011-06-30
* cache the trustmapGravatar Joey Hess2011-06-23
* add merge subcommandGravatar Joey Hess2011-06-22
* tweakGravatar Joey Hess2011-06-02
* refactorGravatar Joey Hess2011-06-02
* better types allowed breaking module dep loopGravatar Joey Hess2011-06-01
* Add --trust, --untrust, and --semitrust options.Gravatar Joey Hess2011-06-01
* Add --numcopies option.Gravatar Joey Hess2011-06-01
* status: New subcommand to show info about an annex, including its size.Gravatar Joey Hess2011-05-16
* started on initremoteGravatar Joey Hess2011-03-28
* Add version command to show git-annex version as well as repository version i...Gravatar Joey Hess2011-03-19
* add explicit upgrade commandGravatar Joey Hess2011-03-16
* whereis: New subcommand to show where a file's content has gotten to.Gravatar Joey Hess2011-03-05
* add describe subcommandGravatar Joey Hess2011-03-03
* new map subcommand, basically workingGravatar Joey Hess2011-02-03