summaryrefslogtreecommitdiff
path: root/git/refs
Commit message (Expand)AuthorAgeFilesLines
* fix(refs): don't raise StopIterationSebastian Thiel2016-03-281-1/+1
* Ensure file resources are releasedDavid García Garzón2015-07-261-17/+17
* Always add '--' to git resetJames E. Blair2015-07-171-6/+1
* Assure to not iterate packed-refs file, ever.Sebastian Thiel2015-02-191-0/+3
* Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel2015-01-221-1/+1
* Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel2015-01-211-1/+4
* Fixed some doc strings to build correctly with sphinxSebastian Thiel2015-01-142-1/+3
* Now finally, tests should be working on travis too.Sebastian Thiel2015-01-081-3/+6
* Made improvements to assure test-cases don't leak file handlesSebastian Thiel2015-01-071-0/+1
* Made sure commits accept unicode or unicode charactersSebastian Thiel2015-01-071-3/+14
* fix pep8firm12015-01-071-2/+8
* add support of utf8firm12015-01-071-5/+2
* Fixed log implementation for py3Sebastian Thiel2015-01-061-0/+1
* Merge branch 'py3' into 0.3Sebastian Thiel2015-01-066-27/+43
|\
| * Make flake8 happySebastian Thiel2015-01-062-2/+2
| * test_repo worksSebastian Thiel2015-01-061-0/+1
| * test_refs worksSebastian Thiel2015-01-061-2/+4
| * test_reflog worksSebastian Thiel2015-01-061-9/+13
| * test_commit works once againSebastian Thiel2015-01-051-1/+1
| * Intermediate commit: test_config and test_actor worksSebastian Thiel2015-01-051-6/+9
| * Fixed io types to make tests work on PY2 once again.py3Sebastian Thiel2015-01-051-1/+1
| * Dum brute force conversion of all types.Sebastian Thiel2015-01-042-2/+7
| * initial set of adjustments to make (most) imports work.Sebastian Thiel2015-01-045-9/+10
* | BF: allow log line to have no msg (Close #225)Yaroslav Halchenko2015-01-051-5/+9
|/
* Removed unnecessary (non-gitpython) tests and fixed flake80.3.3Sebastian Thiel2015-01-043-14/+5
* Replaced ordered dict with standard version; used logging moduleSebastian Thiel2015-01-041-2/+2
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-045-20/+13
* Another travis debugging commitSebastian Thiel2015-01-041-2/+0
* Intermediate debug commit for travis ... do not useSebastian Thiel2015-01-041-0/+2
* encode name of actor to utf-8Kenji Fujiwara2014-12-121-1/+2
* Fixes https://github.com/gitpython-developers/GitPython/issues/130Sebastian Thiel2014-11-191-1/+3
* Applied autopep8Sebastian Thiel2014-11-194-76/+79
* Added SymbolicReference.is_remote() utility method.Sebastian Thiel2014-11-192-1/+5
* 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-172-6/+10
|\
| * Update symbolic.pyfirm12014-03-241-1/+1
| * correct log referencefirm12014-03-241-1/+1
* | pep8 linting (trailing whitespace)Antoine Musso2014-11-166-73/+73
* | 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