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