Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Sphinx rendering errors | Stephan Creutz | 2022-12-29 | 1 | -0/+2 |
| | | | | | | | | These errors are mostly fixed by either adding blank lines or single spaces for Sphinx documentation key words. The commit solely includes documentation changes, no functional changes. | ||||
* | reformat according to 'black' configuration file. | Sebastian Thiel | 2022-05-18 | 1 | -13/+4 |
| | |||||
* | Run everything through 'black' | Sebastian Thiel | 2022-05-18 | 1 | -47/+70 |
| | | | | | That way people who use it won't be deterred, while it unifies style everywhere. | ||||
* | Add type to refs.log._read_from_file() | Yobmod | 2021-07-31 | 1 | -1/+1 |
| | |||||
* | Add types to refs/log.py | Yobmod | 2021-07-19 | 1 | -54/+86 |
| | |||||
* | replace cast()s with asserts in remote.py | Yobmod | 2021-06-25 | 1 | -6/+6 |
| | |||||
* | flake8 and mypy fixes | Yobmod | 2021-05-16 | 1 | -2/+2 |
| | |||||
* | Remove now unnecessary explicit Unicode string literal prefixes | Harmon | 2020-02-25 | 1 | -7/+7 |
| | |||||
* | Remove and replace compat.string_types | Harmon | 2020-02-08 | 1 | -5/+2 |
| | |||||
* | Remove checks for Python 2 and/or 3 | Harmon | 2020-02-08 | 1 | -7/+1 |
| | |||||
* | Remove and replace compat.xrange | Harmon | 2020-02-08 | 1 | -2/+1 |
| | |||||
* | removed extra line as per code review | Anil Khatri | 2019-10-28 | 1 | -1/+0 |
| | |||||
* | silence PYL-W0621 | Anil Khatri | 2019-10-24 | 1 | -4/+2 |
| | |||||
* | silance Re-defined variable from outer scope | Anil Khatri | 2019-10-24 | 1 | -8/+10 |
| | |||||
* | resolved all minor issues arised by last fix patch | Anil Khatri | 2019-10-23 | 1 | -23/+22 |
| | |||||
* | fix File opened without the with statement | Anil Khatri | 2019-10-23 | 1 | -17/+18 |
| | |||||
* | fix Loop variable used outside the loop | Anil Khatri | 2019-10-23 | 1 | -1/+1 |
| | |||||
* | fixed classmethod argument PYL-C0202 | Anil Khatri | 2019-10-22 | 1 | -1/+1 |
| | |||||
* | removed Unnecessary “else” after “return” | Pratik Anurag | 2019-10-15 | 1 | -4/+3 |
| | |||||
* | Use automatic formatters | Hugo | 2018-03-18 | 1 | -7/+7 |
| | |||||
* | Rewrite unnecessary dict/list/tuple calls as literals | Hugo | 2018-03-18 | 1 | -1/+1 |
| | |||||
* | RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXT | Yaroslav Halchenko | 2017-11-27 | 1 | -1/+1 |
| | | | | | I did keep some "bare" except with catch all Exception: , while tried to disable flake8 complaints where clearly all exceptions are to be catched | ||||
* | Spelling fixes | Ville Skyttä | 2017-03-09 | 1 | -2/+2 |
| | |||||
* | src: reduce needless deps to `gitdb.util` | Kostis Anagnostopoulos | 2016-10-16 | 1 | -19/+17 |
| | |||||
* | Fix corruption of the ref logs file | Barry Scott | 2016-06-13 | 1 | -2/+3 |
| | | | | | It must only have the first line of the commit messages, not the while multiple line log. | ||||
* | Made improvements to assure test-cases don't leak file handles | Sebastian Thiel | 2015-01-07 | 1 | -0/+1 |
| | | | | | | | | At least leakage is considerably reduced. Additionally, a test-case was added which triggers failure if auto-disposal of resources wouldn't work. Fixes #60 | ||||
* | Made sure commits accept unicode or unicode characters | Sebastian Thiel | 2015-01-07 | 1 | -3/+14 |
| | |||||
* | fix pep8 | firm1 | 2015-01-07 | 1 | -2/+8 |
| | |||||
* | add support of utf8 | firm1 | 2015-01-07 | 1 | -5/+2 |
| | |||||
* | Fixed log implementation for py3 | Sebastian Thiel | 2015-01-06 | 1 | -0/+1 |
| | | | | When merging, I accidentally removed the py3 adjustments | ||||
* | Merge branch 'py3' into 0.3 | Sebastian Thiel | 2015-01-06 | 1 | -9/+17 |
|\ | | | | | | | | | Conflicts: git/refs/log.py | ||||
| * | Make flake8 happy | Sebastian Thiel | 2015-01-06 | 1 | -1/+1 |
| | | |||||
| * | test_reflog works | Sebastian Thiel | 2015-01-06 | 1 | -9/+13 |
| | | |||||
| * | Fixed io types to make tests work on PY2 once again.py3 | Sebastian Thiel | 2015-01-05 | 1 | -1/+1 |
| | | | | | | | | Now it's about going through PY3 issues | ||||
| * | Dum brute force conversion of all types. | Sebastian Thiel | 2015-01-04 | 1 | -1/+5 |
| | | | | | | | | | | | | However, StringIO really is ByteIO in most cases, and py2.7 should run but doesn't. This should be made work first. | ||||
* | | BF: allow log line to have no msg (Close #225) | Yaroslav Halchenko | 2015-01-05 | 1 | -5/+9 |
|/ | |||||
* | Bumped version, updated changelog, reduced code smell | Sebastian Thiel | 2015-01-04 | 1 | -4/+0 |
| | | | | | There is more work to do though, as many imports are still incorrect. Also, there are still print statements | ||||
* | Another travis debugging commit | Sebastian Thiel | 2015-01-04 | 1 | -2/+0 |
| | |||||
* | Intermediate debug commit for travis ... do not use | Sebastian Thiel | 2015-01-04 | 1 | -0/+2 |
| | |||||
* | encode name of actor to utf-8 | Kenji Fujiwara | 2014-12-12 | 1 | -1/+2 |
| | |||||
* | Applied autopep8 | Sebastian Thiel | 2014-11-19 | 1 | -34/+35 |
| | | | | | Commandline was autopep8 -j 8 --max-line-length 120 --in-place --recursive --exclude "*gitdb*,*async*" git/ | ||||
* | Merge branch '0.3' of https://github.com/firm1/GitPython into firm1-0.3 | Sebastian Thiel | 2014-11-17 | 1 | -3/+5 |
|\ | | | | | | | | | | | | | | | | | | | Fixed most pressing issues, more to come in next commit as we introduced a regression here. Conflicts: git/objects/commit.py git/refs/log.py git/refs/symbolic.py | ||||
| * | correct log reference | firm1 | 2014-03-24 | 1 | -1/+1 |
| | | |||||
* | | pep8 linting (trailing whitespace) | Antoine Musso | 2014-11-16 | 1 | -14/+14 |
| | | | | | | | | W291 trailing whitespace | ||||
* | | pep8 linting (whitespace before/after) | Antoine Musso | 2014-11-16 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | E201 whitespace after '(' E202 whitespace before ')' E203 whitespace before ':' E225 missing whitespace around operator E226 missing whitespace around arithmetic operator E227 missing whitespace around bitwise or shift operator E228 missing whitespace around modulo operator E231 missing whitespace after ',' E241 multiple spaces after ',' E251 unexpected spaces around keyword / parameter equals | ||||
* | | pep8 linting (blank lines expectations) | Antoine Musso | 2014-11-16 | 1 | -0/+2 |
| | | | | | | | | | | | | E301 expected 1 blank line, found 0 E302 expected 2 blank lines, found 1 E303 too many blank lines (n) | ||||
* | | pep8 linting (whitespaces) | Antoine Musso | 2014-11-16 | 1 | -40/+40 |
|/ | | | | | | | | | | | W191 indentation contains tabs E221 multiple spaces before operator E222 multiple spaces after operator E225 missing whitespace around operator E271 multiple spaces after keyword W292 no newline at end of file W293 blank line contains whitespace W391 blank line at end of file | ||||
* | tabs to 4 spaces - this won't make integrating the patches easier, but it's ↵ | Sebastian Thiel | 2014-02-09 | 1 | -272/+272 |
| | | | | probably a good idea to go a little more pep8 (and fix sins of my youth ;) ) | ||||
* | Fixed critical issue that would cause a string to be passed to methods that ↵ | Sebastian Thiel | 2011-06-08 | 1 | -1/+1 |
| | | | | expect a stream | ||||
* | log: non-existing logs no longer throw an exception, but are ignored. Fixed ↵ | Sebastian Thiel | 2011-06-08 | 1 | -1/+7 |
| | | | | critical bug which caused packed-ref files to be written with native line endings, which made git fail to parse it. I wonder why I never noticed this before, or ignored it. Unbelievable \! |