summaryrefslogtreecommitdiff
path: root/git/objects
Commit message (Expand)AuthorAgeFilesLines
* Submodule now uses a specialized method to remove its trees to allow read-onl...Sebastian Thiel2011-06-131-4/+3
* root submodule: Added parent_commit parameter for convenience. Fixed submodul...Sebastian Thiel2011-06-132-4/+3
* Making comparisons with non-GitPython objects more tolerant.Julien Miotte2011-06-071-0/+4
* submodule now doesn't use hardcoded repository implementations anymore. Inste...Sebastian Thiel2011-06-071-5/+9
* Submodule tests are nearly working. Only root module needs more attentionSebastian Thiel2011-06-071-5/+9
* First run in order to fix the remote handling. Cleaned up interfaces and figu...Sebastian Thiel2011-06-071-1/+2
* Fixed remaining tests as good as possible. remote/fetch/pull and submodule te...Sebastian Thiel2011-05-301-1/+1
* Fixed all of the object tests, except for the submodule handling which needs ...Sebastian Thiel2011-05-301-1/+2
* git cmd implementation of repository appears to work, at least this is what t...Sebastian Thiel2011-05-302-5/+14
* Made repository paths methods a property to be compatible with the existing r...Sebastian Thiel2011-05-104-0/+17
* Started to fix imports - tests still have no chance to work as database chang...Sebastian Thiel2011-05-063-4/+3
* replaced all gitdb strings with gitSebastian Thiel2011-05-065-9/+9
* Added all code from gitdb to gitpython. Next is to make it generally work. Th...Sebastian Thiel2011-05-058-24/+993
* Made most primal imports work, but stopped here as there are many more change...Sebastian Thiel2011-05-053-2/+6
* Updated objects to use the ones defined in gitdb as basis. Only the submodule...Sebastian Thiel2011-04-077-969/+34
* blob: Added class level members to represent valid file modes that can be use...Sebastian Thiel2011-01-061-0/+5
* submodule.add: handles addition of repositories with a specific branch correc...Sebastian Thiel2010-12-031-6/+8
* Fixed bug, which was so obvious that I am wondering how none of the test ran ...Sebastian Thiel2010-12-012-2/+2
* Commit.create_from_tree used a now renamed keyword parameter - no test-case e...Sebastian Thiel2010-11-261-1/+1
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-2512-0/+2897