| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
offering a create_* method for most important entities.
Moved implementation of smart update method to the RootModule implementation, where it may do special things without requiring an interface for everything
|
| |
|
|
|
|
| |
was mainly copy-paste from with_rw_repo, what a shame
|
|
|
|
| |
provided for Remotes, including test
|
|
|
|
| |
repo.clone: assured backslashes won't reach the remote configuration, as it can cause trouble when re-reading the file later on. Some git commands don't appear to be able to properly deal with backslashes, other's do
|
|
|
|
| |
python 2.4, as the pure python implementation cannot work without memory maps
|
|
|
|
|
|
| |
as well as the previous instance method clone to keep it compatible
Fixed small bug in test code
|
|
|
|
| |
rev_parse could be adjusted not to return Objects anymore, providing better performance for those who just want a sha only. On the other hand, the method is high-level and should be convenient to use as well, its a starting point for more usually, hence its unlikely to call it in tight loops
|
|
|
|
| |
thanks to new gitdb functionality
|
|
utilities - the repo module got rather large
|