aboutsummaryrefslogtreecommitdiff
path: root/git/objects
AgeCommit message (Expand)Author
2020-08-31accept datetime instances as datesAlba Mendez
2020-07-13Fixed all warnings in documentation and updated Makefile to treat warnings as...Kian Cross
2020-06-14Fix exception causes all over the codebaseRam Rachum
2020-05-02allow setting depth when cloning a submoduleLiam Beguin
2020-03-21fix: wrong refs 'HEAD' exceptionDong Shin
2020-02-20Replace invalid bytes when decoding TagObject streamHarmon
2020-02-16Replace deprecated Logger.warn with Logger.warningHarmon
2020-02-08Remove and replace compat.text_typeHarmon
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
2020-02-08Remove and replace compat.bchrHarmon
2020-02-08Remove compat.byte_ordHarmon
2019-12-29Added parsing for '@1400000000 +0000' date format as used by git commit hooks.Dries
2019-10-23Merge branch 'fix/deepsource-issues' of github.com:imkaka/GitPython into fix/...Anil Khatri
2019-10-23resolved all minor issues arised by last fix patchAnil Khatri
2019-10-23Merge branch 'master' into fix/deepsource-issuesAnil Khatri
2019-10-23fix Loop variable used outside the loopAnil Khatri
2019-10-19Fix pickling of tzoffsetUwe L. Korn
2019-10-15removed Unnecessary “else” after “return”Pratik Anurag
2019-10-15removed Unnecessary “else” after “return”Pratik Anurag
2019-10-15removed trailing whitespacesPratik Anurag
2019-10-15removed trailing whitespacesPratik Anurag
2019-10-15removed trailing whitespacesPratik Anurag
2019-10-15renamed unused variablesPratik Anurag
2019-10-15renamed unused variablesPratik Anurag
2019-10-15changed unused variables assingmentPratik Anurag
2019-09-16fix decoding problemishepard
2019-09-10Fix #889: Add DeepSource config and fix some major issuesMohit Solanki
2019-07-20Skip on keyerrorSantos Gallegos
2019-07-06Don't assume there is a tag author in tagsSebastian Thiel
2019-03-15Update commit.py constructor docstringDavid Host
2018-10-21The proper way is return, not raise StopIterationMichael Käufl
2018-04-04Avoid from_timestamp() function to raise an exception when the offset is grea...ishepard
2018-03-18Rewrite unnecessary dict/list/tuple calls as literalsHugo
2018-03-18Drop support for EOL Python 2.6Hugo
2017-11-16Remove trailing slash on drive pathCharles Bouchard-Légaré
2017-10-01Store submodule nameJohn Kirkham
2017-09-19BF: use get, not casting get_value while dealing with submodule path/url etcYaroslav Halchenko
2017-03-09Spelling fixesVille Skyttä
2017-02-02Fix git.Commit docs typoReuben Sutton
2016-12-08Merge pull request #541 from andy-maier/py26_fixesSebastian Thiel
2016-12-08chore(lint): flake8Sebastian Thiel
2016-12-08fix(submodule): don't fail if tracking branch can't be setupSebastian Thiel
2016-10-24Fixes to support Python 2.6 again.Andreas Maier
2016-10-22Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel
2016-10-20Fix some typosSantiago Castro
2016-10-16Merge with #532, fix unicode filenames with escapesurogatesKostis Anagnostopoulos
2016-10-16fix(surrogateescape): enable on py2, fix testsSebastian Thiel
2016-10-16fix(unicode): use surrogateescape in bytes.decodeSebastian Thiel