summaryrefslogtreecommitdiff
path: root/Command/Unannex.hs
Commit message (Expand)AuthorAge
* 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
* 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
* reorganize log modulesGravatar Joey Hess2011-10-15
* renameGravatar Joey Hess2011-10-05
* renameGravatar Joey Hess2011-10-04
* factor out common importsGravatar Joey Hess2011-10-03
* refactorGravatar Joey Hess2011-09-23
* 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: only commit, no -aGravatar Joey Hess2011-07-14
* unannex: Clean up use of git commit -a.Gravatar Joey Hess2011-07-14
* remove unused backend machineryGravatar Joey Hess2011-07-05
* unannex: In --fast mode, file content is left in the annex, and a hard link m...Gravatar Joey Hess2011-07-04
* add web special remoteGravatar Joey Hess2011-07-01
* renamed GitRepo to GitGravatar Joey Hess2011-06-30
* factor out file list stuff from GitRepoGravatar Joey Hess2011-06-29
* 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
* use ShellParam typeGravatar Joey Hess2011-02-28
* unannex: Fix recently introduced bug when attempting to unannex more than one...Gravatar Joey Hess2011-02-09
* add check for unclean treeGravatar Joey Hess2011-02-01
* unannex: Commit staged changes at endGravatar Joey Hess2011-02-01