summaryrefslogtreecommitdiff
path: root/git/refs/remote.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some doc strings to build correctly with sphinxSebastian Thiel2015-01-141-1/+2
| | | | | | Fixes #7 [ci skip]
* initial set of adjustments to make (most) imports work.Sebastian Thiel2015-01-041-1/+2
| | | | More to come, especially when it's about strings
* pep8 linting (trailing whitespace)Antoine Musso2014-11-161-3/+3
| | | | W291 trailing whitespace
* pep8 linting (whitespace before/after)Antoine Musso2014-11-161-1/+1
| | | | | | | | | | | | | E201 whitespace after '(' E202 whitespace before ')' E203 whitespace before ':' E225 missing whitespace around operator E226 missing whitespace around arithmetic operator E227 missing whitespace around bitwise or shift operator E228 missing whitespace around modulo operator E231 missing whitespace after ',' E241 multiple spaces after ',' E251 unexpected spaces around keyword / parameter equals
* pep8 linting (blank lines expectations)Antoine Musso2014-11-161-1/+1
| | | | | | 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-5/+5
| | | | | | | | | | | 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
* tabs to 4 spaces - this won't make integrating the patches easier, but it's ↵Sebastian Thiel2014-02-091-35/+35
| | | | probably a good idea to go a little more pep8 (and fix sins of my youth ;) )
* Basic remote functionality moved to Reference type, as it can in fact be ↵Sebastian Thiel2011-07-041-19/+1
| | | | useful for tags as well, which might end up somewhere in the refs/remotes space. Its not likely that it will ever be used on a pure Reference instance though, but it is the smallest common base
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-0/+63
adjusted