Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | use ShellParam type | Joey Hess | 2011-02-28 |
| | | | | | So, I have a type checked safe handling of filenames starting with dashes, throughout the code. | ||
* | unannex: Fix recently introduced bug when attempting to unannex more than ↵ | Joey Hess | 2011-02-09 |
| | | | | one file at a time. | ||
* | add check for unclean tree | Joey Hess | 2011-02-01 |
| | |||
* | unannex: Commit staged changes at end | Joey Hess | 2011-02-01 |
| | | | | | to avoid some confusing behavior with the pre-commit hook, which would see some types of commits after an unannex as checking in of an unlocked file. | ||
* | parameterize Backend type | Joey Hess | 2011-01-25 |
| | | | | | This allows the Backend type to not depend on the Annex type, and so the Annex type can later be moved out of TypeInternals. | ||
* | got rid of Core module | Joey Hess | 2011-01-16 |
| | | | | Most of it was to do with managing annexed Content, so put there | ||
* | unannex: Now skips files whose content is not present, rather than it being ↵ | Joey Hess | 2011-01-08 |
| | | | | an error. This allows gradual conversion from one backend to another by running unannex followed by add in each repository. | ||
* | refactor in preparation for adding a git-annex-shell command | Joey Hess | 2010-12-30 |
| | |||
* | rename some stuff and prepare to break out more into Command/* | Joey Hess | 2010-12-30 |
| | |||
* | In .gitattributes, the git-annex-numcopies attribute can be used to control ↵ | Joey Hess | 2010-11-28 |
| | | | | the number of copies to retain of different types of files. | ||
* | finished hlinting | Joey Hess | 2010-11-22 |
| | |||
* | refactor param seeking | Joey Hess | 2010-11-11 |
| | |||
* | use -- before filenames when running git add, git rm, etc | Joey Hess | 2010-11-10 |
| | |||
* | Annexed file contents are now made unwritable and put in unwriteable ↵ | Joey Hess | 2010-11-08 |
| | | | | directories, to avoid them accidentially being removed or modified. (Thanks Josh Triplett for the idea.) | ||
* | refactoring, no code changes really | Joey Hess | 2010-11-08 |
| | |||
* | broke subcommands out into separate modules | Joey Hess | 2010-11-02 |