aboutsummaryrefslogtreecommitdiff
path: root/git/refs/log.py
AgeCommit message (Expand)Author
2020-02-25Remove now unnecessary explicit Unicode string literal prefixesHarmon
2020-02-08Remove and replace compat.string_typesHarmon
2020-02-08Remove checks for Python 2 and/or 3Harmon
2020-02-08Remove and replace compat.xrangeHarmon
2019-10-28removed extra line as per code reviewAnil Khatri
2019-10-24silence PYL-W0621Anil Khatri
2019-10-24silance Re-defined variable from outer scopeAnil Khatri
2019-10-23resolved all minor issues arised by last fix patchAnil Khatri
2019-10-23fix File opened without the with statementAnil Khatri
2019-10-23fix Loop variable used outside the loopAnil Khatri
2019-10-22fixed classmethod argument PYL-C0202Anil Khatri
2019-10-15removed Unnecessary “else” after “return”Pratik Anurag
2018-03-18Use automatic formattersHugo
2018-03-18Rewrite unnecessary dict/list/tuple calls as literalsHugo
2017-11-27RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXTYaroslav Halchenko
2017-03-09Spelling fixesVille Skyttä
2016-10-16src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos
2016-06-13Fix corruption of the ref logs fileBarry Scott
2015-01-07Made improvements to assure test-cases don't leak file handlesSebastian Thiel
2015-01-07Made sure commits accept unicode or unicode charactersSebastian Thiel
2015-01-07fix pep8firm1
2015-01-07add support of utf8firm1
2015-01-06Fixed log implementation for py3Sebastian Thiel
2015-01-06Merge branch 'py3' into 0.3Sebastian Thiel
2015-01-06Make flake8 happySebastian Thiel
2015-01-06test_reflog worksSebastian Thiel
2015-01-05BF: allow log line to have no msg (Close #225)Yaroslav Halchenko
2015-01-05Fixed io types to make tests work on PY2 once again.Sebastian Thiel
2015-01-04Dum brute force conversion of all types.Sebastian Thiel
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-19Applied autopep8Sebastian 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 (whitespace before/after)Antoine Musso
2014-11-16pep8 linting (blank lines expectations)Antoine Musso
2014-11-16pep8 linting (whitespaces)Antoine Musso
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
2011-06-08Fixed critical issue that would cause a string to be passed to methods that ...Sebastian Thiel
2011-06-08log: non-existing logs no longer throw an exception, but are ignored. Fixed c...Sebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel