| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | repo.is_dirty: fixed incorrect check of a dirty working tree, previously it ↵ | Sebastian Thiel | 2009-10-21 | 1 | -0/+7 |
| | | | | | would compare HEAD against the working tree, not the index which was intended | ||||
| * | repo.alternates test cheked for correctness and bugfixed - totally mocked ↵ | Sebastian Thiel | 2009-10-20 | 1 | -0/+6 |
| | | | | | tests bare the risk that things do not work properly outside of the sandbox. | ||||
| * | Added slots to Repo type to be sure we do not accidentally set values on it, ↵ | Sebastian Thiel | 2009-10-20 | 1 | -0/+7 |
| | | | | | | | and to be more efficient of course ;) TODO: Added info about possible config improvement | ||||
| * | Fixed bare repository handling - bare is now a property to prevent writing it | Sebastian Thiel | 2009-10-20 | 1 | -2/+0 |
| | | |||||
| * | Moved specialized methods like dashify, touch and is_git_dir to module to ↵ | Sebastian Thiel | 2009-10-20 | 1 | -1/+0 |
| | | | | | | | the respective modules that use them fixed repo.daemon_export which did not work anymore due to incorrect touch implementation and wrong property names | ||||
| * | Improved is_dirty including test | Sebastian Thiel | 2009-10-20 | 1 | -2/+0 |
| | | |||||
| * | Implemneted IterableLists for refs, commits and remote objects including ↵ | Sebastian Thiel | 2009-10-19 | 1 | -2/+0 |
| | | | | | simple tests | ||||
| * | Added TODO file to keep track of tasks and in case someone wants to help ↵ | Sebastian Thiel | 2009-10-19 | 1 | -0/+57 |
| here and there ;) | |||||
