aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-19BF: use get, not casting get_value while dealing with submodule path/url etcYaroslav Halchenko
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
2017-03-08Fix typoThomas Jackson
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-03Add Code Climate configurationScott Larkin
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
2017-02-24check for GIT_WORK_TREETimothy B. Hartman
2017-02-10fix(cmd): checking process.DEVNUL were needlessly opening `os.devnull`no_devnull_openKostis Anagnostopoulos
2017-02-02Fix git.Commit docs typoReuben Sutton
2017-01-15Merge pull request #574 from vokimon/patch-2Sebastian Thiel
2017-01-15pip install using camellcase package nameDavid García Garzón
2017-01-02Merge pull request #566 from boidolr/masterSebastian Thiel
2016-12-31DOC: minor typoRaphael Boidol
2016-12-22fix(remote): testSebastian Thiel
2016-12-22chore(lint): fixSebastian Thiel
2016-12-22fix(remote): set_url() uses correct argument orderSebastian Thiel
2016-12-22fix(tag): improve tag resolution handlingSebastian Thiel
2016-12-08chore(version): 2.1.12.1.1Sebastian Thiel
2016-12-08chore(lint): flake8 pacificationSebastian Thiel
2016-12-08fix(refs): handle quoted branch namesSebastian Thiel
2016-12-08style(cmd): pythonize cmd-args filtering for PY26, improve docstringKostis Anagnostopoulos
2016-12-08feat(util): export rmtree() to facilitate del of tmp-repos on WindowsKostis Anagnostopoulos