summaryrefslogtreecommitdiff
path: root/Command/Unannex.hs
Commit message (Expand)AuthorAge
* 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
* parameterize Backend typeGravatar Joey Hess2011-01-25
* got rid of Core moduleGravatar Joey Hess2011-01-16
* unannex: Now skips files whose content is not present, rather than it being a...Gravatar Joey Hess2011-01-08
* refactor in preparation for adding a git-annex-shell commandGravatar Joey Hess2010-12-30
* rename some stuff and prepare to break out more into Command/*Gravatar Joey Hess2010-12-30
* In .gitattributes, the git-annex-numcopies attribute can be used to control t...Gravatar Joey Hess2010-11-28
* finished hlintingGravatar Joey Hess2010-11-22
* refactor param seekingGravatar Joey Hess2010-11-11