Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | better quoting of description via show | Joey Hess | 2011-03-03 |
| | |||
* | add describe subcommand | Joey Hess | 2011-03-03 |
| | |||
* | fix up commands that are trouble on bare repos | Joey Hess | 2011-03-03 |
| | | | | | Most will just abort. init does a basic init and gives a command to run elsewhere to finish it. | ||
* | use ShellParam type | Joey Hess | 2011-02-28 |
| | | | | | So, I have a type checked safe handling of filenames starting with dashes, throughout the code. | ||
* | use safewritefile | Joey Hess | 2011-01-28 |
| | |||
* | better directory handling | Joey Hess | 2011-01-27 |
| | | | | | | | | | | Rename Locations functions for better consitency, and make their values more consistent too. Used </> rather than manually building paths. There are still more places that manually do so, but are tricky, due to the behavior of </> when the second FilePath is absolute. So I only changed places where it obviously was relative. | ||
* | quiet git commits | Joey Hess | 2011-01-07 |
| | |||
* | 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 |
| | |||
* | Add uninit subcommand. Closes: #605749 | Joey Hess | 2010-12-03 |
| | |||
* | finished hlinting | Joey Hess | 2010-11-22 |
| | |||
* | move stuff out of Core | Joey Hess | 2010-11-14 |
| | |||
* | fsck: avoid global checks if files specified | Joey Hess | 2010-11-13 |
| | |||
* | refactor param seeking | Joey Hess | 2010-11-11 |
| | |||
* | set version on init | Joey Hess | 2010-11-08 |
| | |||
* | refactoring, no code changes really | Joey Hess | 2010-11-08 |
| | |||
* | broke subcommands out into separate modules | Joey Hess | 2010-11-02 |