aboutsummaryrefslogtreecommitdiff
path: root/git
AgeCommit message (Expand)Author
2017-09-28Merge pull request #649 from OddBloke/hide_re_fetch_resultSebastian Thiel
2017-09-28Merge pull request #658 from terminalmage/issue657Sebastian Thiel
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-09-28Fix test_docsSebastian Thiel
2017-09-28Merge pull request #664 from Horgix/path_expansionSebastian Thiel
2017-09-25version bump2.1.6Sebastian Thiel
2017-09-21Merge pull request #666 from bpoldrack/bf-nullhandlerYaroslav Halchenko
2017-09-21BF: Added missing NullHandler to logger in git.remoteBenjamin Poldrack
2017-09-19BF: use get, not casting get_value while dealing with submodule path/url etcYaroslav Halchenko
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-08-10Fix GitError being raised in initial `import git`Erik Johnson
2017-07-28FetchInfo.re_fetch_result has no reason to be publicDaniel Watkins
2017-07-26Minor bug fixesOdegard, Ken
2017-07-25Minor additional cleanupOdegard, Ken
2017-07-19Merge branch 'tests'Anson Mansfield
2017-07-19implemented per-call environment variable supportAnson Mansfield
2017-07-19test if it accepts environment variables in commandsAnson Mansfield
2017-07-13Renamed GIT_PYTHON_INITERR to GIT_PYTHON_REFRESHOdegard, Ken
2017-07-13Removed remaining references to git.setup functionOdegard, Ken
2017-07-13Expanded ability of importOdegard, Ken
2017-07-09Added ability to silence initial warningOdegard, Ken
2017-07-09Renamed refresh to setup and removed alias function & added unittestOdegard, Ken
2017-07-09Moved setup function into top level __init__Odegard, Ken
2017-07-09Preliminary implementation of setup/refresh functionsOdegard, Ken
2017-07-01Update changelog and improve docs on skipped testSebastian Thiel
2017-07-01Try to ignore test on windows as it fails for the wrong reasonsSebastian Thiel
2017-07-01Maybe work around AppVeyor setting a bad email?Peter Jones
2017-07-01Repo: handle worktrees betterPeter Jones
2017-05-29Add base class for package exceptions.Konstantin Popov
2017-05-29remote: compatibility with git version > 2.10wusisu
2017-04-09Python 3.6 invalid escape sequence deprecation fixesVille Skyttä
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-08BF: pass original exception into replace_surrogate_encodeYaroslav Halchenko
2017-03-07Add a fixture to test incremental blame output for git 2.11.1+George Hickman
2017-03-07Document the use of next to throw an exception when hitting EOFGeorge Hickman
2017-03-07Ignore all lines of subsequent hunks until last one is foundGeorge Hickman
2017-03-01BF: there is no exc variable, raising NotASurrogateError if that is the right...Yaroslav Halchenko
2017-02-25chore(flake): satisfy linterSebastian Thiel
2017-02-25Merge branch 'git_work_tree' of https://github.com/tbhartman/GitPython into t...Sebastian Thiel
2017-02-25fix(refs): don't assume linux path separatorSebastian Thiel
2017-02-25Merge pull request #582 from gitpython-developers/no_devnull_openSebastian Thiel
2017-02-25Merge pull request #555 from ankostis/cntxtmmanSebastian Thiel
2017-02-25fix(cmd): don't try to use TASKKILL on linuxSebastian Thiel
2017-02-25fix(remote): assemble exception message completelySebastian Thiel