aboutsummaryrefslogtreecommitdiff
path: root/git/repo
AgeCommit message (Expand)Author
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
2017-09-28Merge pull request #654 from vathpela/worktreesSebastian Thiel
2017-09-28Merge branch 'master' of https://github.com/Plazmaz/GitPython into Plazmaz-ma...Sebastian Thiel
2017-08-25util: move expand_path from repo/base and use it in Git class initAlexis Horgix Chotard
2017-08-24Fixed missing parameter and changed nameDylan Katz
2017-08-22worktrees: make non-packed refs also work correctly.Peter Jones
2017-08-21Fix leaking environment variablesDylan Katz
2017-07-01Repo: handle worktrees betterPeter Jones
2017-04-09Handle non-deterministic __del__ in RepoSebastian Thiel
2017-04-04so minor that wasn't even worth my time typing this commentYaroslav Halchenko
2017-03-09Spelling fixesVille Skyttä
2017-03-07Document the use of next to throw an exception when hitting EOFGeorge Hickman