summaryrefslogtreecommitdiff
path: root/git/refs
Commit message (Expand)AuthorAgeFilesLines
* pep8 linting (double spaces before comment)Antoine Musso2014-11-161-2/+2
* pep8 linting (whitespace before/after)Antoine Musso2014-11-166-27/+27
* pep8 linting (blank lines expectations)Antoine Musso2014-11-166-10/+12
* pep8 linting (whitespaces)Antoine Musso2014-11-166-213/+211
* Merge branch 'patch-1' of https://github.com/syabro/GitPython into syabro-pat...Sebastian Thiel2014-11-141-2/+0
|\
| * Fixed NameErrorMaxim Syabro2014-02-101-1/+1
* | Fixed undefined variable 'path' in ReferenceMichael Goerz2014-04-061-1/+1
* | tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-097-1330/+1330
|/
* Basic remote functionality moved to Reference type, as it can in fact be usef...Sebastian Thiel2011-07-043-19/+43
* refs: added constructor flag to allow refs to be instatiated from any path, i...Sebastian Thiel2011-07-041-4/+6
* Fixed critical issue that would cause a string to be passed to methods that ...Sebastian Thiel2011-06-081-1/+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-082-6/+15
* 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-257-0/+1405