aboutsummaryrefslogtreecommitdiff
path: root/git/refs/symbolic.py
AgeCommit message (Expand)Author
2015-01-08Now finally, tests should be working on travis too.Sebastian Thiel
2015-01-06Make flake8 happySebastian Thiel
2015-01-06test_refs worksSebastian Thiel
2015-01-05test_commit works once againSebastian Thiel
2015-01-05Intermediate commit: test_config and test_actor worksSebastian Thiel
2015-01-04Dum brute force conversion of all types.Sebastian Thiel
2015-01-04initial set of adjustments to make (most) imports work.Sebastian Thiel
2015-01-04Removed unnecessary (non-gitpython) tests and fixed flake80.3.3Sebastian Thiel
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
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-03-24Update symbolic.pyfirm1
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel
2011-07-04Basic remote functionality moved to Reference type, as it can in fact be usef...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