summaryrefslogtreecommitdiff
path: root/git/refs/symbolic.py
Commit message (Expand)AuthorAgeFilesLines
* Removed unnecessary (non-gitpython) tests and fixed flake80.3.3Sebastian Thiel2015-01-041-0/+1
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-1/+3
* Fixes https://github.com/gitpython-developers/GitPython/issues/130Sebastian Thiel2014-11-191-1/+3
* Applied autopep8Sebastian Thiel2014-11-191-31/+33
* Added SymbolicReference.is_remote() utility method.Sebastian Thiel2014-11-191-0/+4
* Assure API remains backwards compatible; update API docsSebastian Thiel2014-11-171-3/+9
* Merge branch '0.3' of https://github.com/firm1/GitPython into firm1-0.3Sebastian Thiel2014-11-171-3/+5
|\
| * Update symbolic.pyfirm12014-03-241-1/+1
* | pep8 linting (trailing whitespace)Antoine Musso2014-11-161-33/+33
* | pep8 linting (double spaces before comment)Antoine Musso2014-11-161-2/+2
* | pep8 linting (whitespace before/after)Antoine Musso2014-11-161-15/+15
* | pep8 linting (blank lines expectations)Antoine Musso2014-11-161-3/+2
* | pep8 linting (whitespaces)Antoine Musso2014-11-161-89/+89
|/
* tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-091-607/+607
* Basic remote functionality moved to Reference type, as it can in fact be usef...Sebastian Thiel2011-07-041-0/+1
* relaxed implementation when comparing symbolic references against other items...Sebastian Thiel2011-06-081-1/+3
* log: non-existing logs no longer throw an exception, but are ignored. Fixed c...Sebastian Thiel2011-06-081-5/+8
* Commit.create_from_tree used a now renamed keyword parameter - no test-case e...Sebastian Thiel2010-11-261-1/+2
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+618