| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-07-07 | Adjusted clone method to allow static classmethod clone ( using clone_from ) ↵ | Sebastian Thiel | |
| as well as the previous instance method clone to keep it compatible Fixed small bug in test code | |||
| 2010-07-07 | Adjusted previous object creators to use the rev_parse method directly. ↵ | Sebastian Thiel | |
| 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 | |||
| 2010-07-07 | Initially working implementation of short-sha parsing and interpretation, ↵ | Sebastian Thiel | |
| thanks to new gitdb functionality | |||
| 2010-07-06 | Made repo.py a package to allow better localization of functions and ↵ | Sebastian Thiel | |
| utilities - the repo module got rather large | |||
