aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-08Remove check for Python 2.7Harmon
2020-02-08Remove attempt to import ConfigParser for Python 2Harmon
2020-02-08Remove no longer used imports in testsHarmon
2020-02-08Remove no longer used compat importsHarmon
2020-02-08Remove and replace compat.text_typeHarmon
2020-02-08Remove and replace compat.string_typesHarmon
2020-02-08Remove and replace compat.izipHarmon
2020-02-08Remove and replace compat.MAXSIZEHarmon
2020-02-08Remove compat.PY3Harmon
2020-02-08Remove Python 2 testHarmon
2020-02-08Remove checks for Python 2 and/or 3Harmon
2020-02-08Remove and replace compat.UnicodeMixinHarmon
2020-02-08Remove surrogateescape error handler for Python 2Harmon
2020-02-08Remove and replace compat.bytes_chrHarmon
2020-02-08Remove and replace compat._unichrHarmon
2020-02-08Remove and replace compat.binary_typeHarmon
2020-02-08Remove Python 2 check for compat.defencHarmon
2020-02-08Remove and replace compat.unicodeHarmon
2020-02-08Remove and replace compat.xrangeHarmon
2020-02-08Remove compat.rangeHarmon
2020-02-08Remove and replace compat.mviterHarmon
2020-02-08Remove and replace compat.bchrHarmon
2020-02-08Remove compat.byte_ordHarmon
2020-02-08Remove and replace compat.FileTypeHarmon
2020-02-08Remove unnecessary check for sys.getfilesystemencodingHarmon
2020-02-08Remove str import from builtinsHarmon
2020-02-05Remove appveyor - it's always failing and nobody maintains itSebastian Thiel
2020-02-03Updating AUTHORSPratik Anurag
2020-01-22Remove AMatthew Gleich
2020-01-22Add description labelMatthew Gleich
2020-01-22Replace MAINTAINER with labelMatthew Gleich
2019-12-29Added parsing for '@1400000000 +0000' date format as used by git commit hooks.Dries
2019-12-06Avoids env var warning when path contains $/%; fix #832Rob Kimball
2019-11-14bump version3.0.5Sebastian Thiel
2019-11-07Remove duplicate license parameterDrew H
2019-10-29Merge branch 'fix/deepsource-issues' of https://github.com/imkaka/GitPython ↵Sebastian Thiel
into imkaka-fix/deepsource-issues
2019-10-28removed extra line as per code reviewAnil Khatri
2019-10-28Check if submodule exists before referencingtanaga9
2019-10-28Fix #920Victor Luzgin
2019-10-28Filtered out "repository" more explicitlyBen Thayer
2019-10-28Raised final ValueErrorBen Thayer
2019-10-28Changed ValueErrorBen Thayer
2019-10-28Construct GitConfigParser without Repo objectBen Thayer
2019-10-24silence PYL-W0621Anil Khatri
2019-10-24silance Re-defined variable from outer scopeAnil Khatri
2019-10-24Removing unused importJJ Graham
2019-10-24Fix #820JJ Graham
2019-10-24Update AUTHORSBen Thayer
2019-10-24Added Git Gud to README.mdBen Thayer
2019-10-23Merge branch 'fix/deepsource-issues' of github.com:imkaka/GitPython into ↵Anil Khatri
fix/deepsource-issues