summaryrefslogtreecommitdiff
path: root/git/repo/fun.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixes creating a Repo for a submoduleRemi Rampin2014-04-241-0/+13
| | | | Fixes #155.
* tabs to 4 spaces - this won't make integrating the patches easier, but it's ↵Sebastian Thiel2014-02-091-258/+258
| | | | probably a good idea to go a little more pep8 (and fix sins of my youth ;) )
* Fixed incorrect handling of rev_parse if it was fed with branches that ↵Sebastian Thiel2011-02-231-1/+5
| | | | looked like hexshas. Thanks to Ning (frostyplanet) who pointed this issue out
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-0/+280
adjusted