aboutsummaryrefslogtreecommitdiff
path: root/git/repo
AgeCommit message (Expand)Author
2020-04-11Satisfy flake8 requirement related to #1000Sebastian Thiel
2020-04-11Try again to apply patch related to #1000Sebastian Thiel
2020-04-11Revert "When using GIT_OBJECT_DIRECTORY, don't require presence of 'objects' ...Sebastian Thiel
2020-04-11When using GIT_OBJECT_DIRECTORY, don't require presence of 'objects' subdirec...Sebastian Thiel
2020-02-24Fix param format of Repo.commitChenxiong Qi
2020-02-08Fix Repo.__repr__ when subclassedJan Matějka
2020-02-08Remove and replace compat.text_typeHarmon
2020-02-08Remove checks for Python 2 and/or 3Harmon
2020-02-08Remove and replace compat.xrangeHarmon
2020-02-08Remove compat.rangeHarmon
2020-02-08Remove str import from builtinsHarmon
2019-12-06Avoids env var warning when path contains $/%; fix #832Rob Kimball
2019-10-15removed Unnecessary “else” after “return”Pratik Anurag
2019-09-30git: repo: base: update clone_from env argument descriptionpawel
2019-08-14Returning commit object instead of hash valueArthur Milchior
2019-08-14Snack case as requested in #903Arthur Milchior
2019-08-14Method stating which commit is being played during an halted rebaseArthur Milchior
2019-08-14Fix performance regression, see #906Sebastian Thiel
2019-08-11Fix typo in documentationLoïc Antoine Gombeaud
2019-08-11Drop python 2 support, again (revert previous revert)Sebastian Thiel
2019-08-11use git rev-parse to look for config fileBenjamin Dauvergne
2019-07-29Revert "Drop python 2.7 support and help with encodings"Sebastian Thiel
2019-07-20normalize path after joining submodule path and the relative path to the git ...Joe Savage
2019-07-20Drop python 2.7 support and help with encodingsSebastian Thiel
2019-07-20Revert "This time, use test-requirements."Sebastian Thiel
2019-07-20This time, use test-requirements.Sebastian Thiel
2019-07-20Revert "Merge branch 'PR-non-ascii-filenames' of https://github.com/xarx00/Gi...Sebastian Thiel
2019-07-20Merge branch 'PR-non-ascii-filenames' of https://github.com/xarx00/GitPython ...Sebastian Thiel
2019-07-06Add support to pass clone options that can be repeated multiple timesSteven Whitman
2019-06-17Fix typo in docstringAurelio Jargas
2019-04-06builtins module is part of the future packagexarx00
2019-04-06Fix for: No module named builtins (CI tests error)xarx00
2019-04-05added support for non-ascii directories and file namesxarx00
2019-03-15Added usage example to Repo __init__.py call for Windows usersAlex
2018-12-22read workdir from git.config as referenced in man 1 git-configBjörn Lässig
2018-10-21The proper way is return, not raise StopIterationMichael Käufl
2018-10-13Respect _common_dir when finding repository config fileLuc Ritchie
2018-07-15Allow pathlib.Path in Repo.__init__oldPadavan
2018-07-15Fix small typoRiley Martine
2018-03-18Rewrite unnecessary dict/list/tuple calls as literalsHugo
2018-03-04Fix doc typossamuela
2017-12-11Remove redundant Python 2.4 codeHugo
2017-11-27RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXTYaroslav Halchenko
2017-11-19Merge pull request #692 from Dreamsorcerer/patch-1Sebastian Thiel
2017-11-02Merge pull request #686 from jeblair/issue-605Sebastian Thiel
2017-10-30Update base.pySam Bull
2017-10-30Update base.pySam Bull
2017-10-09Only gc.collect() under windowsJames E. Blair
2017-10-07Converting path in clone and clone_from to str before any other operation in ...Mikuláš Poul
2017-09-30Keeping env values passed to `clone_from`Piotr Babij