summaryrefslogtreecommitdiff
path: root/git/repo
Commit message (Expand)AuthorAgeFilesLines
* Returning commit object instead of hash valueArthur Milchior2019-08-141-2/+2
* Snack case as requested in #903Arthur Milchior2019-08-141-1/+1
* Method stating which commit is being played during an halted rebaseArthur Milchior2019-08-141-0/+11
* Fix performance regression, see #906Sebastian Thiel2019-08-141-40/+16
* Fix typo in documentationLoïc Antoine Gombeaud2019-08-111-1/+1
* Drop python 2 support, again (revert previous revert)Sebastian Thiel2019-08-111-0/+1
* use git rev-parse to look for config fileBenjamin Dauvergne2019-08-111-16/+40
* Revert "Drop python 2.7 support and help with encodings"Sebastian Thiel2019-07-291-1/+0
* normalize path after joining submodule path and the relative path to the git ...Joe Savage2019-07-201-1/+1
* Drop python 2.7 support and help with encodingsSebastian Thiel2019-07-201-0/+1
* Revert "This time, use test-requirements."Sebastian Thiel2019-07-201-1/+0
* This time, use test-requirements.Sebastian Thiel2019-07-201-0/+1
* Revert "Merge branch 'PR-non-ascii-filenames' of https://github.com/xarx00/Gi...Sebastian Thiel2019-07-201-1/+0
* Merge branch 'PR-non-ascii-filenames' of https://github.com/xarx00/GitPython ...Sebastian Thiel2019-07-201-0/+1
|\
| * builtins module is part of the future packagexarx002019-04-061-1/+1
| * Fix for: No module named builtins (CI tests error)xarx002019-04-061-1/+1
| * added support for non-ascii directories and file namesxarx002019-04-051-0/+1
* | Add support to pass clone options that can be repeated multiple timesSteven Whitman2019-07-061-6/+14
* | Fix typo in docstringAurelio Jargas2019-06-171-2/+2
|/
* Added usage example to Repo __init__.py call for Windows usersAlex2019-03-151-0/+1
* read workdir from git.config as referenced in man 1 git-configBjörn Lässig2018-12-221-1/+15
* The proper way is return, not raise StopIterationMichael Käufl2018-10-211-3/+12
* Respect _common_dir when finding repository config fileLuc Ritchie2018-10-131-1/+1
* Allow pathlib.Path in Repo.__init__oldPadavan2018-07-151-0/+7
* Fix small typoRiley Martine2018-07-151-2/+1
* Rewrite unnecessary dict/list/tuple calls as literalsHugo2018-03-181-8/+8
* Fix doc typossamuela2018-03-041-12/+12
* Remove redundant Python 2.4 codeHugo2017-12-111-8/+2
* RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXTYaroslav Halchenko2017-11-271-1/+1
* Merge pull request #692 from Dreamsorcerer/patch-1Sebastian Thiel2017-11-191-2/+2
|\
| * Update base.pySam Bull2017-10-301-1/+1
| * Update base.pySam Bull2017-10-301-1/+1
* | Merge pull request #686 from jeblair/issue-605Sebastian Thiel2017-11-021-2/+10
|\ \
| * | Only gc.collect() under windowsJames E. Blair2017-10-091-2/+10
| |/
* | Converting path in clone and clone_from to str before any other operation in ...Mikuláš Poul2017-10-071-0/+4
|/
* Keeping env values passed to `clone_from`Piotr Babij2017-09-301-1/+5
* Merge pull request #654 from vathpela/worktreesSebastian Thiel2017-09-281-4/+18
|\
| * worktrees: make non-packed refs also work correctly.Peter Jones2017-08-221-4/+18
* | Merge branch 'master' of https://github.com/Plazmaz/GitPython into Plazmaz-ma...Sebastian Thiel2017-09-281-5/+17
|\ \
| * | Fixed missing parameter and changed nameDylan Katz2017-08-241-14/+16
| * | Fix leaking environment variablesDylan Katz2017-08-211-6/+18
| |/
* | util: move expand_path from repo/base and use it in Git class initAlexis Horgix Chotard2017-08-251-8/+4
|/
* Repo: handle worktrees betterPeter Jones2017-07-012-4/+29
* Handle non-deterministic __del__ in RepoSebastian Thiel2017-04-091-1/+4
* so minor that wasn't even worth my time typing this commentYaroslav Halchenko2017-04-041-1/+1
* Spelling fixesVille Skyttä2017-03-091-7/+7
* Document the use of next to throw an exception when hitting EOFGeorge Hickman2017-03-071-1/+1
* Ignore all lines of subsequent hunks until last one is foundGeorge Hickman2017-03-071-5/+8
* Merge branch 'git_work_tree' of https://github.com/tbhartman/GitPython into t...Sebastian Thiel2017-02-251-1/+1
|\
| * check for GIT_WORK_TREETimothy B. Hartman2017-02-241-1/+1