summaryrefslogtreecommitdiff
path: root/Command/Fix.hs
Commit message (Expand)AuthorAge
* The file matching options are now only accepted by commands that can actually...Joey Hess2015-02-06
* Repository tuning parameters can now be passed when initializing a repository...Joey Hess2015-01-27
* update my email address and homepage urlJoey Hess2015-01-21
* revert parentDir changeJoey Hess2015-01-09
* made parentDir return a Maybe FilePath; removed most uses of itJoey Hess2015-01-06
* doh't use "def" for command definitions, it conflicts with Data.Default.defJoey Hess2014-10-14
* replace (Key, Backend) with KeyJoey Hess2014-04-17
* Windows: Avoid using unix-compat's rename, which refuses to rename directories.Joey Hess2014-01-29
* fix inversion of control in CommandSeek (no behavior changes)Joey Hess2014-01-20
* avoid using Utility.Touch without WITH_CLIBSJoey Hess2013-11-12
* Revert "avoid hsc files on Windows"Joey Hess2013-10-17
* avoid hsc files on WindowsJoey Hess2013-10-17
* fix: Preserve the original mtime of fixed symlinks.Joey Hess2013-07-11
* fix permission damage (thanks, Windows)Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Joey Hess2013-05-11
* Use lower case hash directories for storing files on crippled filesystems, sa...Joey Hess2013-04-04
* add section metadata to all commandsJoey Hess2013-03-24
* guard readSymbolicLinkJoey Hess2013-01-05
* block all commands that don't work in direct modeJoey Hess2012-12-29
* avoid commits when running fix and findJoey Hess2012-11-24
* extend Git.Queue to be able to queue more than simple git commandsJoey Hess2012-06-07
* type alias cleanupJoey Hess2011-12-31
* factor out a stopUnlessJoey Hess2011-12-09
* better limiting of start actions to only run whenAnnexedJoey Hess2011-11-10
* Handle a case where an annexed file is moved into a gitignored directory, by ...Joey Hess2011-11-07
* clean up check selection codeJoey Hess2011-10-29
* Fail if --from or --to is passed to commands that do not support them.Joey Hess2011-10-27
* refactored and generalized pre-command sanity checkingJoey Hess2011-10-27
* renameJoey Hess2011-10-05
* renameJoey Hess2011-10-04
* factor out common importsJoey Hess2011-10-03
* remove command type definitionsJoey Hess2011-09-15
* clean up params in usage displayJoey Hess2011-09-15
* split groups of related functions out of UtilityJoey Hess2011-08-22
* unannex: Clean up use of git commit -a.Joey Hess2011-07-14
* refactor some boilerplateJoey Hess2011-05-15
* Periodically flush git command queue, to avoid boating memory usage too much.Joey Hess2011-04-07
* avoid version check before running version and upgrade commandsJoey Hess2011-03-19
* use ShellParam typeJoey Hess2011-02-28
* got rid of Core moduleJoey Hess2011-01-16
* refactor in preparation for adding a git-annex-shell commandJoey Hess2010-12-30
* rename some stuff and prepare to break out more into Command/*Joey Hess2010-12-30
* finished hlintingJoey Hess2010-11-22
* refactor param seekingJoey Hess2010-11-11
* use -- before filenames when running git add, git rm, etcJoey Hess2010-11-10
* refactoring, no code changes reallyJoey Hess2010-11-08
* broke subcommands out into separate modulesJoey Hess2010-11-02