aboutsummaryrefslogtreecommitdiff
path: root/Command/Fix.hs
Commit message (Expand)AuthorAge
* add --json-error-messages (not yet implemented)Gravatar Joey Hess2018-02-19
* more lambda-case conversionGravatar Joey Hess2017-12-05
* Avoid repeated checking that files passed on the command line exist.Gravatar Joey Hess2017-10-16
* fix build warning on windows and androidGravatar Joey Hess2016-05-05
* Preserve execute bits of unlocked files in v6 mode.Gravatar Joey Hess2016-04-14
* move old ghc compat code into separate module; eliminate WITH_CLIBSGravatar Joey Hess2016-02-15
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* fix file perms after breaking hard linkGravatar Joey Hess2015-12-27
* annex.thinGravatar Joey Hess2015-12-27
* finished converting all the main optionsGravatar Joey Hess2015-07-10
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* The file matching options are now only accepted by commands that can actually...Gravatar Joey Hess2015-02-06
* 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
* revert parentDir changeGravatar Joey Hess2015-01-09
* made parentDir return a Maybe FilePath; removed most uses of itGravatar Joey Hess2015-01-06
* doh't use "def" for command definitions, it conflicts with Data.Default.defGravatar Joey Hess2014-10-14
* 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
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* avoid using Utility.Touch without WITH_CLIBSGravatar Joey Hess2013-11-12
* Revert "avoid hsc files on Windows"Gravatar Joey Hess2013-10-17
* avoid hsc files on WindowsGravatar Joey Hess2013-10-17
* fix: Preserve the original mtime of fixed symlinks.Gravatar Joey Hess2013-07-11
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Gravatar Joey Hess2013-05-11
* 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
* guard readSymbolicLinkGravatar Joey Hess2013-01-05
* block all commands that don't work in direct modeGravatar Joey Hess2012-12-29
* avoid commits when running fix and findGravatar Joey Hess2012-11-24
* extend Git.Queue to be able to queue more than simple git commandsGravatar Joey Hess2012-06-07
* type alias cleanupGravatar Joey Hess2011-12-31
* factor out a stopUnlessGravatar Joey Hess2011-12-09
* better limiting of start actions to only run whenAnnexedGravatar Joey Hess2011-11-10
* Handle a case where an annexed file is moved into a gitignored directory, by ...Gravatar Joey Hess2011-11-07
* clean up check selection codeGravatar Joey Hess2011-10-29
* Fail if --from or --to is passed to commands that do not support them.Gravatar Joey Hess2011-10-27
* refactored and generalized pre-command sanity checkingGravatar Joey Hess2011-10-27
* renameGravatar Joey Hess2011-10-05
* renameGravatar Joey Hess2011-10-04
* factor out common importsGravatar Joey Hess2011-10-03
* remove command type definitionsGravatar Joey Hess2011-09-15
* clean up params in usage displayGravatar Joey Hess2011-09-15
* split groups of related functions out of UtilityGravatar Joey Hess2011-08-22
* unannex: Clean up use of git commit -a.Gravatar Joey Hess2011-07-14
* refactor some boilerplateGravatar Joey Hess2011-05-15
* Periodically flush git command queue, to avoid boating memory usage too much.Gravatar Joey Hess2011-04-07
* avoid version check before running version and upgrade commandsGravatar Joey Hess2011-03-19