summaryrefslogtreecommitdiff
path: root/git
Commit message (Collapse)AuthorAgeFilesLines
* Remove compat.PY3Harmon2020-02-081-1/+0
|
* Remove Python 2 testHarmon2020-02-081-6/+0
|
* Remove checks for Python 2 and/or 3Harmon2020-02-0813-70/+13
|
* Remove and replace compat.UnicodeMixinHarmon2020-02-082-17/+3
|
* Remove surrogateescape error handler for Python 2Harmon2020-02-081-179/+0
|
* Remove and replace compat.bytes_chrHarmon2020-02-081-8/+3
|
* Remove and replace compat._unichrHarmon2020-02-081-6/+4
|
* Remove and replace compat.binary_typeHarmon2020-02-082-10/+4
|
* Remove Python 2 check for compat.defencHarmon2020-02-081-2/+0
|
* Remove and replace compat.unicodeHarmon2020-02-082-9/+5
|
* Remove and replace compat.xrangeHarmon2020-02-086-11/+5
|
* Remove compat.rangeHarmon2020-02-082-3/+0
|
* Remove and replace compat.mviterHarmon2020-02-082-11/+4
|
* Remove and replace compat.bchrHarmon2020-02-082-7/+2
|
* Remove compat.byte_ordHarmon2020-02-082-9/+4
|
* Remove and replace compat.FileTypeHarmon2020-02-082-8/+2
|
* Remove unnecessary check for sys.getfilesystemencodingHarmon2020-02-081-4/+1
|
* Remove str import from builtinsHarmon2020-02-081-1/+0
|
* Added parsing for '@1400000000 +0000' date format as used by git commit hooks.Dries2019-12-292-0/+8
|
* Avoids env var warning when path contains $/%; fix #832Rob Kimball2019-12-061-1/+2
|
* Merge branch 'fix/deepsource-issues' of https://github.com/imkaka/GitPython ↵Sebastian Thiel2019-10-297-16/+18
|\ | | | | | | into imkaka-fix/deepsource-issues
| * 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
| |
| * Merge branch 'fix/deepsource-issues' of github.com:imkaka/GitPython into ↵Anil Khatri2019-10-237-16/+134
| |\ | | | | | | | | | fix/deepsource-issues
| | * Merge branch 'master' into fix/deepsource-issuesAnil Khatri2019-10-237-16/+134
| | |\
| * | | resolved all minor issues arised by last fix patchAnil Khatri2019-10-232-24/+23
| |/ /
| * | silenced iter returns a non-iteratorAnil Khatri2019-10-231-0/+1
| | |
| * | fix File opened without the with statementAnil Khatri2019-10-231-17/+18
| | |
| * | fix Loop variable used outside the loopAnil Khatri2019-10-234-8/+10
| | |
| * | silence PYL-W0614Anil Khatri2019-10-221-1/+1
| | |
| * | silence PYL-W0401Anil Khatri2019-10-221-1/+1
| | |
| * | fixed unused variable found PYL-W0612Anil Khatri2019-10-221-1/+1
| | |
| * | fixed classmethod argument PYL-C0202Anil Khatri2019-10-221-1/+1
| | |
* | | Check if submodule exists before referencingtanaga92019-10-281-1/+2
| | |
* | | Fix #920Victor Luzgin2019-10-282-1/+15
| | |
* | | Filtered out "repository" more explicitlyBen Thayer2019-10-281-1/+1
| | |
* | | Raised final ValueErrorBen Thayer2019-10-281-1/+1
| | |
* | | Changed ValueErrorBen Thayer2019-10-281-1/+1
| | |
* | | Construct GitConfigParser without Repo objectBen Thayer2019-10-281-3/+38
| | |
* | | Removing unused importJJ Graham2019-10-241-1/+1
| | |
* | | Fix #820JJ Graham2019-10-242-3/+3
| |/ |/|
* | Added exception handling for WinError6Ben Thayer2019-10-231-2/+5
| |
* | Adding assertions to existing test case to cover this changeJJ Graham2019-10-221-1/+6
| |
* | Fix #852 by tweaking regex to handle -R option to git diffJJ Graham2019-10-221-1/+1
| |
* | Removing f-strings to maintain 3.4 and 3.5 compatabilityJJ Graham2019-10-211-4/+4
| |
* | Added new test to cover the issue this fix addresses (#891)JJ Graham2019-10-211-2/+48
| |
* | Initial stab at fixing diffs involving submodule changesJJ Graham2019-10-212-1/+9
| |
* | Fix pickling of tzoffsetUwe L. Korn2019-10-192-0/+10
| | | | | | | | Fixes #650
* | Satisfying flake8JJ Graham2019-10-191-2/+2
| |