| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-05-30 | git cmd implementation of repository appears to work, at least this is what ↵ | Sebastian Thiel | |
| the test suggests. Pure python implementation still has some trouble, but this should be very fixable | |||
| 2011-05-10 | Made repository paths methods a property to be compatible with the existing ↵ | Sebastian Thiel | |
| repo interface. Added submodule interface ... goal is to provide all of the extra repo functionality in custom interfaces | |||
| 2011-05-06 | Started to fix imports - tests still have no chance to work as database ↵ | Sebastian Thiel | |
| changed drastically. Now the actual work begins | |||
| 2011-05-06 | replaced all gitdb strings with git | Sebastian Thiel | |
| 2011-05-05 | Added all code from gitdb to gitpython. Next is to make it generally work. ↵ | Sebastian Thiel | |
| Then the tests will need some work | |||
| 2011-05-05 | Made most primal imports work, but stopped here as there are many more ↵ | Sebastian Thiel | |
| changes when doing the merge | |||
| 2011-04-07 | Updated objects to use the ones defined in gitdb as basis. Only the ↵ | Sebastian Thiel | |
| submodule implementation is left in git-python as it requires some advanced features. No tests where run yet | |||
| 2011-01-06 | blob: Added class level members to represent valid file modes that can be ↵ | Sebastian Thiel | |
| used if you create a new blob | |||
| 2010-12-03 | submodule.add: handles addition of repositories with a specific branch ↵ | Sebastian Thiel | |
| correctly now - previously it would pass the full path of the branch, which in fact didn't work, unless the default branch is used to which it will default. The bug wasn't noticed because of this | |||
| 2010-12-01 | Fixed bug, which was so obvious that I am wondering how none of the test ran ↵ | Sebastian Thiel | |
| into that, or at least triggered it | |||
| 2010-11-26 | Commit.create_from_tree used a now renamed keyword parameter - no test-case ↵ | Sebastian Thiel | |
| ever runs this code, which is still an issue | |||
| 2010-11-25 | Moved everything into the git subdirectory - some tests still need to be ↵ | Sebastian Thiel | |
| adjusted | |||
