summaryrefslogtreecommitdiff
path: root/git-annex.hs
Commit message (Expand)AuthorAge
* sanitize control characters in main thread fatal exceptionsJoey Hess2023-04-12
* update licenses from GPL to AGPLJoey Hess2019-03-13
* new improved benchmark command that can benchmark anything git-annex doesJoey Hess2019-01-04
* windows build fixJoey Hess2018-01-09
* Always use filesystem encoding for all file and handle reads and writes.Joey Hess2016-12-24
* Added git-remote-tor-annex, which allows git pull and push to the tor hidden ...Joey Hess2016-11-21
* wire tasty's option parser into the main program option parserJoey Hess2015-07-13
* Windows: Fix S3 special remote; need to call withSocketsDo to support Windows...Joey Hess2015-02-05
* update my email address and homepage urlJoey Hess2015-01-21
* Use haskell setenv library to clean up several ugly workarounds for inability...Joey Hess2014-10-15
* unset TZ on WindowsJoey Hess2014-06-12
* fix windows env hackJoey Hess2014-02-14
* windows: hack to ensure HOME is always setJoey Hess2014-02-14
* avoid git-annex-shell testJoey Hess2014-02-14
* reorganize some files and importsJoey Hess2014-01-26
* expose tasty test suite's option parserJoey Hess2014-01-21
* try building test suite on windowsJoey Hess2013-05-17
* fix permission damage (thanks, Windows)Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Joey Hess2013-05-11
* typoJoey Hess2013-02-27
* disable test suite on AndroidJoey Hess2013-02-27
* break dependency cycle by special casing running of test commandJoey Hess2013-02-27
* where indentingJoey Hess2012-11-11
* shave some 12 mb from the installed sizeJoey Hess2012-03-15
* renamed GitRepo to GitJoey Hess2011-06-30
* put in utf8 forcing workaroundJoey Hess2011-03-08
* workaround ghc weirdness with -odirJoey Hess2011-01-07
* make test suite link in git-annex's commands and run directlyJoey Hess2011-01-06
* git-annex-shell is completeJoey Hess2010-12-31
* git-annex-shell mostly done now, only needs 2 more subcommandsJoey Hess2010-12-30
* add git-annex-shell commandJoey Hess2010-12-30
* factor out a little moreJoey Hess2010-12-30
* refactor in preparation for adding a git-annex-shell commandJoey Hess2010-12-30
* Add --exclude option to exclude files from processing.Joey Hess2010-12-08
* Avoid deleting temp files when rsync fails.Joey Hess2010-12-02
* move stuff out of CoreJoey Hess2010-11-14
* broke subcommands out into separate modulesJoey Hess2010-11-02
* moveJoey Hess2010-11-01
* simplify evalsJoey Hess2010-10-31
* Fix crash on unknown symlinks.Joey Hess2010-10-31
* more Wall cleaningJoey Hess2010-10-31
* got rid of almost all 'return ()'Joey Hess2010-10-28
* copyright statementsJoey Hess2010-10-27
* fix failure propigationJoey Hess2010-10-25
* new fromkey subcommand, for registering urls, etcJoey Hess2010-10-21
* stop trapping all exceptionsJoey Hess2010-10-19
* move supportedBackends list into annex monadJoey Hess2010-10-17
* tweaksJoey Hess2010-10-16
* now finds files in git or not depending on what command wantsJoey Hess2010-10-16
* add flags, and change to subcommand styleJoey Hess2010-10-14