summaryrefslogtreecommitdiff
path: root/git/refs/log.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Sphinx rendering errorsStephan Creutz2022-12-291-0/+2
* reformat according to 'black' configuration file.Sebastian Thiel2022-05-181-13/+4
* Run everything through 'black'Sebastian Thiel2022-05-181-47/+70
* Add type to refs.log._read_from_file()Yobmod2021-07-311-1/+1
* Add types to refs/log.pyYobmod2021-07-191-54/+86
* replace cast()s with asserts in remote.pyYobmod2021-06-251-6/+6
* flake8 and mypy fixesYobmod2021-05-161-2/+2
* Remove now unnecessary explicit Unicode string literal prefixesHarmon2020-02-251-7/+7
* Remove and replace compat.string_typesHarmon2020-02-081-5/+2
* Remove checks for Python 2 and/or 3Harmon2020-02-081-7/+1
* Remove and replace compat.xrangeHarmon2020-02-081-2/+1
* removed extra line as per code reviewAnil Khatri2019-10-281-1/+0
* silence PYL-W0621Anil Khatri2019-10-241-4/+2
* silance Re-defined variable from outer scopeAnil Khatri2019-10-241-8/+10
* resolved all minor issues arised by last fix patchAnil Khatri2019-10-231-23/+22
* fix File opened without the with statementAnil Khatri2019-10-231-17/+18
* fix Loop variable used outside the loopAnil Khatri2019-10-231-1/+1
* fixed classmethod argument PYL-C0202Anil Khatri2019-10-221-1/+1
* removed Unnecessary “else” after “return”Pratik Anurag2019-10-151-4/+3
* Use automatic formattersHugo2018-03-181-7/+7
* Rewrite unnecessary dict/list/tuple calls as literalsHugo2018-03-181-1/+1
* RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXTYaroslav Halchenko2017-11-271-1/+1
* Spelling fixesVille Skyttä2017-03-091-2/+2
* src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos2016-10-161-19/+17
* Fix corruption of the ref logs fileBarry Scott2016-06-131-2/+3
* 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-061-9/+17
|\
| * Make flake8 happySebastian Thiel2015-01-061-1/+1
| * test_reflog worksSebastian Thiel2015-01-061-9/+13
| * 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-041-1/+5
* | BF: allow log line to have no msg (Close #225)Yaroslav Halchenko2015-01-051-5/+9
|/
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-4/+0
* 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
* Applied autopep8Sebastian Thiel2014-11-191-34/+35
* Merge branch '0.3' of https://github.com/firm1/GitPython into firm1-0.3Sebastian Thiel2014-11-171-3/+5
|\
| * correct log referencefirm12014-03-241-1/+1
* | pep8 linting (trailing whitespace)Antoine Musso2014-11-161-14/+14
* | pep8 linting (whitespace before/after)Antoine Musso2014-11-161-3/+3
* | pep8 linting (blank lines expectations)Antoine Musso2014-11-161-0/+2
* | pep8 linting (whitespaces)Antoine Musso2014-11-161-40/+40
|/
* tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-091-272/+272
* Fixed critical issue that would cause a string to be passed to methods that ...Sebastian Thiel2011-06-081-1/+1
* log: non-existing logs no longer throw an exception, but are ignored. Fixed c...Sebastian Thiel2011-06-081-1/+7