aboutsummaryrefslogtreecommitdiff
path: root/git
AgeCommit message (Expand)Author
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
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
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(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
2016-12-08chore(repo): remove commentSebastian Thiel
2016-12-08fix(leaks, TCs): attempt to cleanup mman before deleting tmp-dirsKostis Anagnostopoulos
2016-12-08fix(leaks): repo context-man to cleanup global mman on repo-deleteKostis Anagnostopoulos
2016-12-08Merge pull request #541 from andy-maier/py26_fixesSebastian Thiel
2016-12-08Merge pull request #554 from nvie/masterVincent Driessen
2016-12-08chore(lint): flake8Sebastian Thiel
2016-12-08fix(submodule): don't fail if tracking branch can't be setupSebastian Thiel
2016-12-07Don't change the meaning of string literalsVincent Driessen
2016-10-24Fixes to support Python 2.6 again.Andreas Maier
2016-10-22Merge branch 'win_mmap' of https://github.com/ankostis/GitPython into ankosti...Sebastian Thiel
2016-10-22chore(version-up): v2.1.02.1.0Sebastian Thiel
2016-10-22fix(win_mmap): unmark hidden win_errors due to smmap unicode foesKostis Anagnostopoulos
2016-10-22fix(repo): Use GIT_DIR only if no repo-path givenKostis Anagnostopoulos
2016-10-22Merge remote-tracking branch 'origin/master' into exp_git_dirKostis Anagnostopoulos
2016-10-22submodule-TCs: stop monekypatching smmap.MapRegion with files in WindowsKostis Anagnostopoulos
2016-10-22Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel