Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor some boilerplate | Joey Hess | 2011-05-15 |
| | |||
* | Periodically flush git command queue, to avoid boating memory usage too much. | Joey Hess | 2011-04-07 |
| | | | | | | | Since the queue is flushed in between subcommand actions being run, there should be no issues with actions that expect to queue up some stuff and have it run after they do other stuff. So I didn't have to audit for such assumptions. | ||
* | avoid version check before running version and upgrade commands | Joey Hess | 2011-03-19 |
| | | | | | There are two types of commands; those that access the repository and those that don't. Sorted. | ||
* | use ShellParam type | Joey Hess | 2011-02-28 |
| | | | | | So, I have a type checked safe handling of filenames starting with dashes, throughout the code. | ||
* | got rid of Core module | Joey Hess | 2011-01-16 |
| | | | | Most of it was to do with managing annexed Content, so put there | ||
* | 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 |
| | |||
* | 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 |
| | |||
* | refactoring, no code changes really | Joey Hess | 2010-11-08 |
| | |||
* | broke subcommands out into separate modules | Joey Hess | 2010-11-02 |