| Age | Commit message (Expand) | Author |
| 2010-11-23 | Actor: Moved it from git.objects.util to git.util, adjusted all imports accor... | Sebastian Thiel |
| 2010-11-23 | repo.rev_parse: Added support for simple log parsing - dates are not yet supp... | Sebastian Thiel |
| 2010-11-23 | Documentation is now being built for all new modules | Sebastian Thiel |
| 2010-11-23 | SymbolicReference: log method added, including test | Sebastian Thiel |
| 2010-11-23 | Implemented reflog reading and writing | Sebastian Thiel |
| 2010-11-23 | Initial interface including some of the implementation of the RefLog. TestCas... | Sebastian Thiel |
| 2010-11-23 | Fixed remaining tests - lets hope that everything is indeed working correctly... | Sebastian Thiel |
| 2010-11-23 | Split ref implementation up into multiple files, to make room for the log imp... | Sebastian Thiel |
| 2010-11-21 | Changed version to 0.3.1 (removed beta1) so that other projects can actually ...0.3.1-beta1 | Sebastian Thiel |
| 2010-11-21 | -#######->WARNING<-####### Directory structure changed, see commit message | Sebastian Thiel |
| 2010-11-21 | updated changelog | Sebastian Thiel |
| 2010-11-21 | Updated MANIFEST and setup to include fixtures. Adjusted includes in all test... | Sebastian Thiel |
| 2010-11-21 | Fixed setup script to work with changed folder structure | Sebastian Thiel |
| 2010-11-21 | flattened test folder structure, didn't adjust any file content yet | Sebastian Thiel |
| 2010-11-21 | moved all contents, incl. submodule gitdb, up to the root directory | Sebastian Thiel |
| 2010-11-21 | Fixed API reference docs as far as possible | Sebastian Thiel |
| 2010-11-21 | docs: added final docs for version 0.3.0, started new release 0.3.1 | Sebastian Thiel |
| 2010-11-21 | Added zip_safe info to setup.py file | Sebastian Thiel |
| 2010-11-20 | fixed performance tests ... again, previously I was just working on an incorr... | Sebastian Thiel |
| 2010-11-20 | Merge branch 'osx' | Sebastian Thiel |
| 2010-11-20 | testing:added special case for osx to solve a special issue with the temp dir... | Sebastian Thiel |
| 2010-11-20 | Merge remote branch 'gitorious/win32' | Sebastian Thiel |
| 2010-11-20 | Tried to get rid of held references which could keep a filehandle open. In fa... | Sebastian Thiel |
| 2010-11-20 | submodule.update: now forcing the checkout - see in-code comments | Sebastian Thiel |
| 2010-11-20 | Submodule: Assured we properly convert paths to using the slash separator | Sebastian Thiel |
| 2010-11-20 | submodule: Fixed capital error when handling the submodule's branch, which wa... | Sebastian Thiel |
| 2010-11-20 | Fixed performance tests which broke in the meanwhile - they definitely don't ... | Sebastian Thiel |
| 2010-11-19 | Bumped version number to 0.3.1 | Sebastian Thiel |
| 2010-11-19 | submodule: When adding an existing submodule, when retrieving the binsha, we ... | Sebastian Thiel |
| 2010-11-19 | remote: parsing of fetch information now reacts to fatal errors. Previously i... | Sebastian Thiel |
| 2010-11-19 | test_submodule: fixed failures that arose due to changes of the original subm... | Sebastian Thiel |
| 2010-11-19 | Merge branch 'docs' | Sebastian Thiel |
| 2010-11-19 | Updated gitdb submodule, and added note about how the submodule package manag... | Sebastian Thiel |
| 2010-11-19 | Updated tutorial with a brief introduction to submodules | Sebastian Thiel |
| 2010-11-18 | Changed name/id of gitdb submodule to something that doesn't look like a path | Sebastian Thiel |
| 2010-11-18 | Merge branch 'submodule' | Sebastian Thiel |
| 2010-11-18 | Merge branch 'refactor' into submodule | Sebastian Thiel |
| 2010-11-18 | Fixed all imports, refactoring appears to be complete | Sebastian Thiel |
| 2010-11-18 | Split big submodule file into smaller files. Tried to manually get imports ri... | Sebastian Thiel |
| 2010-11-18 | Added test for the recursive code path. | Sebastian Thiel |
| 2010-11-18 | Added test for branch changes - it appears to work well, at least as far as t... | Sebastian Thiel |
| 2010-11-18 | Updated tests and implementation to verify functionality for handling submodu... | Sebastian Thiel |
| 2010-11-18 | first update test succeeds, so it verifies that existing repositories can be ... | Sebastian Thiel |
| 2010-11-18 | Added test-setup which can test all aspects of the (smart) update method | Sebastian Thiel |
| 2010-11-18 | ORIG_HEAD handling is now implemented in the ref-class itself, instead of bei... | Sebastian Thiel |
| 2010-11-18 | commit: when creating a new commit and advancing the head, it will now write ... | Sebastian Thiel |
| 2010-11-17 | RootModule.update: initial implementation of update method, which should be a... | Sebastian Thiel |
| 2010-11-17 | repo: Added create_submodule method which fits into the tradition of offering... | Sebastian Thiel |
| 2010-11-17 | submodule: removed module_path method as it is implemented in the abspath pro... | Sebastian Thiel |
| 2010-11-17 | Inital implementation of Submodule.move including a very simple and to-be-imp... | Sebastian Thiel |