aboutsummaryrefslogtreecommitdiff
path: root/Command/Indirect.hs
Commit message (Expand)AuthorAge
* showStart variant for when there's no worktree fileGravatar Joey Hess2017-11-28
* annex.securehashesonlyGravatar Joey Hess2017-02-27
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* refactoringGravatar Joey Hess2015-12-22
* support pointer filesGravatar Joey Hess2015-12-07
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* Repository tuning parameters can now be passed when initializing a repository...Gravatar Joey Hess2015-01-27
* update my email address and homepage urlGravatar Joey Hess2015-01-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
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* support commit.gpgsignGravatar Joey Hess2014-07-04
* replace (Key, Backend) with KeyGravatar Joey Hess2014-04-17
* Windows: Avoid using unix-compat's rename, which refuses to rename directories.Gravatar Joey Hess2014-01-29
* reorgGravatar Joey Hess2014-01-26
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* Auto-upgrade v3 indirect repos to v5 with no changes. This also fixes a probl...Gravatar Joey Hess2013-12-29
* Direct mode .git/annex/objects directories are no longer left writableGravatar Joey Hess2013-11-15
* indirect: Better behavior when a file in direct mode is not owned by the user...Gravatar Joey Hess2013-09-25
* hlintGravatar Joey Hess2013-09-25
* more completely solve catKey memory leakGravatar Joey Hess2013-09-19
* sync, pre-commit, indirect: Avoid unnecessarily catting non-symlink files fro...Gravatar Joey Hess2013-09-19
* importfeed: git-annex becomes a podcatcher in 150 LOCGravatar Joey Hess2013-07-28
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Gravatar Joey Hess2013-05-11
* thaw content directory in direct mode tooGravatar Joey Hess2013-04-30
* direct, indirect: Refuse to do anything when the assistant or git-annex watch...Gravatar Joey Hess2013-04-22
* Use lower case hash directories for storing files on crippled filesystems, sa...Gravatar Joey Hess2013-04-04
* add section metadata to all commandsGravatar Joey Hess2013-03-24
* git subcommand cleanupGravatar Joey Hess2013-03-03
* annex.version is now set to 4 for direct mode repositoriesGravatar Joey Hess2013-02-26
* fully support core.symlinks=false in all relevant symlink handling codeGravatar Joey Hess2013-02-17
* don't allow setting indirect mode on a crippled filesystemGravatar Joey Hess2013-02-15
* split out Utility.InodeCacheGravatar Joey Hess2013-02-14
* convert notBareRepo to a CommandCheckGravatar Joey Hess2012-12-29
* add ok'sGravatar Joey Hess2012-12-13
* added direct and indirect commandsGravatar Joey Hess2012-12-13