aboutsummaryrefslogtreecommitdiff
path: root/Command/Unannex.hs
Commit message (Expand)AuthorAge
...
* 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
* use -- before filenames when running git add, git rm, etcGravatar Joey Hess2010-11-10
* Annexed file contents are now made unwritable and put in unwriteable director...Gravatar Joey Hess2010-11-08
* refactoring, no code changes reallyGravatar Joey Hess2010-11-08
* broke subcommands out into separate modulesGravatar Joey Hess2010-11-02