aboutsummaryrefslogtreecommitdiff
path: root/git/refs/reference.py
AgeCommit message (Expand)Author
2016-10-20Fix some typosSantiago Castro
2016-10-04src: No PyDev warningsKostis Anagnostopoulos
2015-01-21Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel
2015-01-04initial set of adjustments to make (most) imports work.Sebastian Thiel
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
2014-11-19Applied autopep8Sebastian Thiel
2014-11-19Added SymbolicReference.is_remote() utility method.Sebastian Thiel
2014-11-16pep8 linting (trailing whitespace)Antoine Musso
2014-11-16pep8 linting (whitespace before/after)Antoine Musso
2014-11-16pep8 linting (blank lines expectations)Antoine Musso
2014-11-16pep8 linting (whitespaces)Antoine Musso
2014-11-14Merge branch 'patch-1' of https://github.com/syabro/GitPython into syabro-pat...Sebastian Thiel
2014-04-06Fixed undefined variable 'path' in ReferenceMichael Goerz
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel
2014-02-10Fixed NameErrorMaxim Syabro
2011-07-04Basic remote functionality moved to Reference type, as it can in fact be usef...Sebastian Thiel
2011-07-04refs: added constructor flag to allow refs to be instatiated from any path, i...Sebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel