aboutsummaryrefslogtreecommitdiff
path: root/git/refs
AgeCommit message (Expand)Author
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
2015-01-04Another travis debugging commitSebastian Thiel
2015-01-04Intermediate debug commit for travis ... do not useSebastian Thiel
2014-12-12encode name of actor to utf-8Kenji Fujiwara
2014-11-19Fixes https://github.com/gitpython-developers/GitPython/issues/130Sebastian Thiel
2014-11-19Applied autopep8Sebastian Thiel
2014-11-19Added SymbolicReference.is_remote() utility method.Sebastian Thiel
2014-11-17Assure API remains backwards compatible; update API docsSebastian Thiel
2014-11-17Merge branch '0.3' of https://github.com/firm1/GitPython into firm1-0.3Sebastian Thiel
2014-11-16pep8 linting (trailing whitespace)Antoine Musso
2014-11-16pep8 linting (double spaces before comment)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-03-24Update symbolic.pyfirm1
2014-03-24correct log referencefirm1
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
2011-06-08Fixed critical issue that would cause a string to be passed to methods that ...Sebastian Thiel
2011-06-08relaxed implementation when comparing symbolic references against other items...Sebastian Thiel
2011-06-08log: non-existing logs no longer throw an exception, but are ignored. Fixed c...Sebastian Thiel
2010-11-26Commit.create_from_tree used a now renamed keyword parameter - no test-case e...Sebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel