| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | RefLog: added entry_at method, which is a faster way of reading single entrie... | Sebastian Thiel | 2010-11-24 | 5 | -1/+55 |
| | * | Renamed msg named parameter to logmsg, as it describes the purpose of the mes... | Sebastian Thiel | 2010-11-24 | 3 | -30/+27 |
| | * | Added tests for creation and adjustments of reference, verifying the log gets... | Sebastian Thiel | 2010-11-24 | 3 | -35/+82 |
| | * | Fixed remaining issues, all tests work as expected | Sebastian Thiel | 2010-11-24 | 7 | -32/+56 |
| | * | Unified object and commit handling which should make the reflog handling much... | Sebastian Thiel | 2010-11-24 | 6 | -94/+97 |
| | * | Made previously protected methods public to introduce a method with reflog su... | Sebastian Thiel | 2010-11-24 | 6 | -111/+118 |
| | * | Improved refparse error handling in case of out-of-bound indices | Sebastian Thiel | 2010-11-24 | 2 | -2/+14 |
| | * | Implemented revlog.append_entry as classmethod, to assure we will always actu... | Sebastian Thiel | 2010-11-23 | 4 | -20/+57 |
| | * | Removed ORIG_HEAD handling which was downright wrong. ORIG_HEAD gets only set... | Sebastian Thiel | 2010-11-23 | 5 | -71/+47 |
| | * | Actor: Moved it from git.objects.util to git.util, adjusted all imports accor... | Sebastian Thiel | 2010-11-23 | 11 | -109/+210 |
| | * | repo.rev_parse: Added support for simple log parsing - dates are not yet supp... | Sebastian Thiel | 2010-11-23 | 3 | -13/+73 |
| | * | Documentation is now being built for all new modules | Sebastian Thiel | 2010-11-23 | 8 | -12/+56 |
| | * | SymbolicReference: log method added, including test | Sebastian Thiel | 2010-11-23 | 3 | -2/+14 |
| | * | Implemented reflog reading and writing | Sebastian Thiel | 2010-11-23 | 9 | -23/+677 |
| | * | Initial interface including some of the implementation of the RefLog. TestCas... | Sebastian Thiel | 2010-11-23 | 8 | -48/+255 |
| | * | Fixed remaining tests - lets hope that everything is indeed working correctly... | Sebastian Thiel | 2010-11-23 | 4 | -2/+5 |
| | * | Split ref implementation up into multiple files, to make room for the log imp... | Sebastian Thiel | 2010-11-23 | 8 | -1053/+1087 |
| |/ |
|
| * | Changed version to 0.3.1 (removed beta1) so that other projects can actually ...0.3.1-beta1 | Sebastian Thiel | 2010-11-21 | 1 | -1/+1 |
| * | -#######->WARNING<-####### Directory structure changed, see commit message | Sebastian Thiel | 2010-11-21 | 61 | -90/+96 |
| |\ |
|
| | * | updated changelog | Sebastian Thiel | 2010-11-21 | 1 | -0/+6 |
| | * | Updated MANIFEST and setup to include fixtures. Adjusted includes in all test... | Sebastian Thiel | 2010-11-21 | 22 | -26/+25 |
| | * | Fixed setup script to work with changed folder structure | Sebastian Thiel | 2010-11-21 | 1 | -56/+62 |
| | * | flattened test folder structure, didn't adjust any file content yet | Sebastian Thiel | 2010-11-21 | 26 | -5/+0 |
| | * | moved all contents, incl. submodule gitdb, up to the root directory | Sebastian Thiel | 2010-11-21 | 32 | -3/+3 |
| |/ |
|
| * | Fixed API reference docs as far as possible | Sebastian Thiel | 2010-11-21 | 5 | -26/+53 |
| * | docs: added final docs for version 0.3.0, started new release 0.3.1 | Sebastian Thiel | 2010-11-21 | 30 | -1/+9430 |
| * | Added zip_safe info to setup.py file | Sebastian Thiel | 2010-11-21 | 2 | -0/+1 |
| * | fixed performance tests ... again, previously I was just working on an incorr... | Sebastian Thiel | 2010-11-20 | 1 | -2/+2 |
| * | Merge branch 'osx' | Sebastian Thiel | 2010-11-20 | 1 | -3/+10 |
| |\ |
|
| | * | testing:added special case for osx to solve a special issue with the temp dir... | Sebastian Thiel | 2010-11-20 | 1 | -3/+10 |
| |/ |
|
| * | Merge remote branch 'gitorious/win32' | Sebastian Thiel | 2010-11-20 | 3 | -13/+36 |
| |\ |
|
| | * | Tried to get rid of held references which could keep a filehandle open. In fa... | Sebastian Thiel | 2010-11-20 | 2 | -8/+21 |
| | * | submodule.update: now forcing the checkout - see in-code comments | Sebastian Thiel | 2010-11-20 | 2 | -4/+8 |
| | * | Submodule: Assured we properly convert paths to using the slash separator | Sebastian Thiel | 2010-11-20 | 2 | -3/+9 |
| |/ |
|
| * | submodule: Fixed capital error when handling the submodule's branch, which wa... | Sebastian Thiel | 2010-11-20 | 4 | -41/+62 |
| * | Fixed performance tests which broke in the meanwhile - they definitely don't ... | Sebastian Thiel | 2010-11-20 | 2 | -3/+3 |
| * | Bumped version number to 0.3.1 | Sebastian Thiel | 2010-11-19 | 1 | -1/+1 |
| * | submodule: When adding an existing submodule, when retrieving the binsha, we ... | Sebastian Thiel | 2010-11-19 | 1 | -1/+9 |
| * | remote: parsing of fetch information now reacts to fatal errors. Previously i... | Sebastian Thiel | 2010-11-19 | 1 | -0/+2 |
| * | test_submodule: fixed failures that arose due to changes of the original subm... | Sebastian Thiel | 2010-11-19 | 4 | -18/+21 |
| * | Merge branch 'docs' | Sebastian Thiel | 2010-11-19 | 5 | -3/+44 |
| |\ |
|
| | * | Updated gitdb submodule, and added note about how the submodule package manag... | Sebastian Thiel | 2010-11-19 | 2 | -1/+2 |
| | * | Updated tutorial with a brief introduction to submodules | Sebastian Thiel | 2010-11-19 | 2 | -1/+41 |
| | * | Changed name/id of gitdb submodule to something that doesn't look like a path | Sebastian Thiel | 2010-11-18 | 1 | -1/+1 |
| |/ |
|
| * | Merge branch 'submodule' | Sebastian Thiel | 2010-11-18 | 29 | -186/+2093 |
| |\ |
|
| | * | Merge branch 'refactor' into submodule | Sebastian Thiel | 2010-11-18 | 7 | -354/+409 |
| | |\ |
|
| | | * | Fixed all imports, refactoring appears to be complete | Sebastian Thiel | 2010-11-18 | 6 | -14/+45 |
| | | * | Split big submodule file into smaller files. Tried to manually get imports ri... | Sebastian Thiel | 2010-11-18 | 4 | -345/+369 |
| | |/ |
|
| | * | Added test for the recursive code path. | Sebastian Thiel | 2010-11-18 | 2 | -3/+12 |
| | * | Added test for branch changes - it appears to work well, at least as far as t... | Sebastian Thiel | 2010-11-18 | 2 | -12/+39 |