aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-25Apparently bdist_wheel is only in python3Sebastian Thiel
2017-09-25version bump2.1.6Sebastian Thiel
2017-09-21Merge pull request #666 from bpoldrack/bf-nullhandlerYaroslav Halchenko
2017-09-21Merge pull request #667 from yarikoptic/bf-usegetYaroslav 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-19added myselfAnson Mansfield
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-09Modified AUTHORS fileOdegard, 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-06-17docs(README): make it easier to verify gitpython tarballsSebastian Thiel
2017-06-10chore(version-up): v2.1.52.1.5Sebastian Thiel
2017-06-10chore(version-up): v2.1.42.1.4Sebastian Thiel
2017-06-10Allow failure of python 2.6Sebastian Thiel
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-09Merge branch 'SylvainDe-master'Sebastian Thiel
2017-04-09Allow failures for dev versions of pythonSebastian Thiel
2017-04-04so minor that wasn't even worth my time typing this commentYaroslav Halchenko
2017-03-09Spelling fixesVille Skyttä
2017-03-08Add most recent Python versions in Travis CISylvain
2017-03-08chore(version): 2.1.32.1.3Sebastian Thiel
2017-03-08chore(version): v2.1.22.1.2Sebastian Thiel
2017-03-08BF: pass original exception into replace_surrogate_encodeYaroslav Halchenko