aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Expand)Author
2020-05-02add myself to AUTHORSLiam Beguin
2020-02-08Add to AUTHORSHarmon
2020-02-03Updating AUTHORSPratik Anurag
2019-12-29Added parsing for '@1400000000 +0000' date format as used by git commit hooks.Dries
2019-10-29Merge branch 'fix/deepsource-issues' of https://github.com/imkaka/GitPython i...Sebastian Thiel
2019-10-24Update AUTHORSBen Thayer
2019-10-23Merge branch 'master' into fix/deepsource-issuesAnil Khatri
2019-10-22fixed classmethod argument PYL-C0202Anil Khatri
2019-10-19Adding diff support for copied files, still working on testJJ Graham
2019-08-14Method stating which commit is being played during an halted rebaseArthur Milchior
2019-07-21Fix `AttributeError` when searching a remote by nameCésar Izurieta
2019-07-20Merge branch 'master' of https://github.com/sstancu/GitPython into sstancu-ma...Sebastian Thiel
2019-07-06Add support to pass clone options that can be repeated multiple timesSteven Whitman
2019-07-06Merge branch 'multi-value' of https://github.com/ajdavis/GitPython into ajdav...Sebastian Thiel
2019-04-05Ensure git remote urls (multiple) are read from the correct git repo configStefan Stancu
2019-03-15Added name to authorsDavid Host
2019-01-20Support multiple git config values per optionA. Jesse Jiryu Davis
2018-10-13Respect _common_dir when finding repository config fileLuc Ritchie
2018-07-15Dedent code blocks in tutorial.Tim Swast
2017-12-01to keep travis busy - adding myself to AUTHORSYaroslav Halchenko
2017-11-16Remove trailing slash on drive pathCharles Bouchard-Légaré
2017-10-07Converting path in clone and clone_from to str before any other operation in ...Mikuláš Poul
2017-09-30updating AUTHORSPiotr Babij
2017-09-28Merge branch 'master' into masterSebastian Thiel
2017-09-28Merge branch 'master' into masterSebastian Thiel
2017-09-28Merge branch 'master' into adding_setup_for_git_executableSebastian Thiel
2017-08-25util: move expand_path from repo/base and use it in Git class initAlexis Horgix Chotard
2017-07-19added myselfAnson Mansfield
2017-07-09Modified AUTHORS fileOdegard, Ken
2017-07-01Repo: handle worktrees betterPeter Jones
2017-05-29Add base class for package exceptions.Konstantin Popov
2017-02-24check for GIT_WORK_TREETimothy B. Hartman
2016-10-12Add Guyzmo into AUTHORSGuyzmo
2016-08-19Allowed remotes to have no refs.Phil Elson
2016-04-24Add contributorsVincent Driessen
2010-04-07Used this release for a first beta of the 0.2 branch of developmentSebastian Thiel
2009-01-24Lots of spring cleaning and added in Sphinx documentation.Michael Trier
2008-12-15Added Paul Sowden to the AUTHORS file and made tutorial fixes. Thanks Paul.Michael Trier
2008-09-14Added kai to the AUTHORS file.Michael Trier
2008-09-14Added nud to the AUTHORS file.Michael Trier
2008-07-28added Jelmer to the AUTHORS and removed an unnecessary underline in tests.Michael Trier
2008-05-30renamed git_python to git. Removed pop_key and replaced with dict.pop. Fixed ...Michael Trier
2008-05-20added /me as authorFlorian Apolloner
2008-05-17Corrected problem with tree.__len__ getting confused with zero length files. ...Michael Trier