aboutsummaryrefslogtreecommitdiff
path: root/Command/Unannex.hs
Commit message (Expand)AuthorAge
* add --json-error-messages (not yet implemented)Gravatar Joey Hess2018-02-19
* Avoid repeated checking that files passed on the command line exist.Gravatar Joey Hess2017-10-16
* correct spelling mistakesGravatar Edward Betts2017-02-12
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* hard links on windowsGravatar Joey Hess2016-04-08
* refactorGravatar Joey Hess2016-03-09
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* use TopFilePath for associated filesGravatar Joey Hess2016-01-05
* remove (v6) associated file in unannexGravatar Joey Hess2015-12-21
* in v6 mode, unannex does not interact badly with pre-commit hookGravatar Joey Hess2015-12-15
* 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
* remove Params constructor from Utility.SafeCommandGravatar Joey Hess2015-06-01
* unannex: Refuse to unannex when repo is too new to have a HEADGravatar Joey Hess2015-02-25
* The file matching options are now only accepted by commands that can actually...Gravatar Joey Hess2015-02-06
* 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
* Do not preserve permissions and acls when copying files from one local git re...Gravatar Joey Hess2014-08-26
* support commit.gpgsignGravatar Joey Hess2014-07-04
* replace (Key, Backend) with KeyGravatar Joey Hess2014-04-17
* found a way to make uninit always fastGravatar Joey Hess2014-04-15
* unannex, uninit: Avoid committing after every file is unannexed, for massive ...Gravatar Joey Hess2014-03-21
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* unannex: New, much slower, but more safe behaviorGravatar Joey Hess2013-10-28
* hlintGravatar Joey Hess2013-09-25
* get rid of __WINDOWS__, use mingw32_HOST_OSGravatar Joey Hess2013-08-02
* Support unannex and uninit in direct mode.Gravatar Joey Hess2013-07-22
* 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
* git subcommand cleanupGravatar Joey Hess2013-03-03
* uninit, unannex --fast: If hard link creation fails, fall back to slow mode.Gravatar Joey Hess2013-02-06
* block all commands that don't work in direct modeGravatar Joey Hess2012-12-29
* remove showOutput; git is run in quiet modeGravatar Joey Hess2012-11-15
* fix last zombies in the assistantGravatar Joey Hess2012-10-04
* Support git's core.sharedRepository configurationGravatar Joey Hess2012-04-21
* added ifM and nuked 11 lines of codeGravatar Joey Hess2012-03-14
* type alias cleanupGravatar Joey Hess2011-12-31
* improve outputGravatar Joey Hess2011-12-22
* split out Git/Command.hsGravatar Joey Hess2011-12-14
* cleanupGravatar Joey Hess2011-12-09
* unannex improvementsGravatar Joey Hess2011-12-09
* factor out a stopUnlessGravatar Joey Hess2011-12-09
* add support for using hashDirLower in addition to hashDirMixedGravatar Joey Hess2011-11-28
* better limiting of start actions to only run whenAnnexedGravatar Joey Hess2011-11-10
* reorder repo parameters lastGravatar Joey Hess2011-11-08
* clean up check selection codeGravatar Joey Hess2011-10-29
* cleanupGravatar Joey Hess2011-10-27