summaryrefslogtreecommitdiff
path: root/git/repo/fun.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | pep8 linting (blank lines expectations)Antoine Musso2014-11-161-2/+5
| | | | | | | | | | | | E301 expected 1 blank line, found 0 E302 expected 2 blank lines, found 1 E303 too many blank lines (n)
* | pep8 linting (whitespaces)Antoine Musso2014-11-161-28/+28
| | | | | | | | | | | | | | | | | | | | | | W191 indentation contains tabs E221 multiple spaces before operator E222 multiple spaces after operator E225 missing whitespace around operator E271 multiple spaces after keyword W292 no newline at end of file W293 blank line contains whitespace W391 blank line at end of file
* | 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