Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | break out non-log stuff to separate module | Joey Hess | 2011-10-15 |
| | |||
* | reorganize log modules | Joey Hess | 2011-10-15 |
| | | | | no code changes | ||
* | rename | Joey Hess | 2011-10-05 |
| | |||
* | rename | Joey Hess | 2011-10-04 |
| | |||
* | factor out common imports | Joey Hess | 2011-10-03 |
| | | | | no code changes | ||
* | rework annex-ignore handling | Joey Hess | 2011-09-18 |
| | | | | | | | | Only one place need to filter the list of remotes for ignored remotes: keyPossibilities. Make the full list available to everything else. This allows getting rid of the special case handing for --from and --to to make ignored remotes not be ignored with those options. | ||
* | split groups of related functions out of Utility | Joey Hess | 2011-08-22 |
| | |||
* | reorg Remote/* | Joey Hess | 2011-08-16 |
| | |||
* | unify elipsis handling | Joey Hess | 2011-07-19 |
| | | | | | And add a simple dots-based progress display, currently only used in v2 upgrade. | ||
* | finished hlint pass | Joey Hess | 2011-07-15 |
| | |||
* | renamed GitRepo to Git | Joey Hess | 2011-06-30 |
| | | | | It was always imported qualified as Git anyway | ||
* | rename modules for data types into Types/ directory | Joey Hess | 2011-06-01 |
| | |||
* | Add --debug option. Closes: #627499 | Joey Hess | 2011-05-21 |
| | | | | | | | This takes advantage of the debug logging done by missingh, and I added my own debug messages for executeFile calls. There are still some other low-level ways git-annex runs stuff that are not shown by debugging, but this gets most of it easily. | ||
* | simplified a bunch of Maybe handling | Joey Hess | 2011-05-15 |
| | |||
* | set ANNEX_HASH_* always | Joey Hess | 2011-04-29 |
| | |||
* | hook special remote implemented, and tested | Joey Hess | 2011-04-28 |