aboutsummaryrefslogtreecommitdiff
path: root/git/test
AgeCommit message (Expand)Author
2017-11-16Remove trailing slash on drive pathCharles Bouchard-Légaré
2017-10-07Converting path in clone and clone_from to str before any other operation in ...Mikuláš Poul
2017-09-30Keeping env values passed to `clone_from`Piotr Babij
2017-09-28Merge branch 'master' into masterSebastian Thiel
2017-09-28Merge branch 'master' into masterSebastian Thiel
2017-09-28Merge branch 'master' into adding_setup_for_git_executableSebastian Thiel
2017-09-28Merge pull request #654 from vathpela/worktreesSebastian Thiel
2017-09-28Fix test_docsSebastian Thiel
2017-08-22worktrees: make non-packed refs also work correctly.Peter Jones
2017-07-19test if it accepts environment variables in commandsAnson Mansfield
2017-07-09Renamed refresh to setup and removed alias function & added unittestOdegard, 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-04-09Python 3.6 invalid escape sequence deprecation fixesVille Skyttä
2017-03-09Spelling fixesVille Skyttä
2017-03-07Add a fixture to test incremental blame output for git 2.11.1+George Hickman
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-25Merge pull request #555 from ankostis/cntxtmmanSebastian Thiel
2017-02-24check for GIT_WORK_TREETimothy B. Hartman
2016-12-22fix(remote): testSebastian Thiel
2016-12-08chore(lint): flake8 pacificationSebastian Thiel
2016-12-08fix(refs): handle quoted branch namesSebastian Thiel
2016-12-08fix(leaks, TCs): attempt to cleanup mman before deleting tmp-dirsKostis Anagnostopoulos
2016-12-08Merge pull request #541 from andy-maier/py26_fixesSebastian Thiel
2016-12-08chore(lint): flake8Sebastian Thiel
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-22fix(win_mmap): unmark hidden win_errors due to smmap unicode foesKostis 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
2016-10-20Fix some typosSantiago Castro
2016-10-19Merge with latest branch 'exp_git_dir'Kostis Anagnostopoulos
2016-10-19repo: minor code and doc correcions.Kostis Anagnostopoulos
2016-10-19Fix flake8 errorBenjamin Poldrack
2016-10-18Add a test for persistent git optionsBenjamin Poldrack
2016-10-17tc-helper: fix minor contexlib abuseKostis Anagnostopoulos
2016-10-17helper: minor fix prefix of temp-dirsKostis Anagnostopoulos
2016-10-16cygwin, appveyor, #533: Enable actual failures, hide certain 2+2 casesKostis Anagnostopoulos
2016-10-16Merge with #532, fix unicode filenames with escapesurogatesKostis Anagnostopoulos
2016-10-16fix(surrogateescape): enable on py2, fix testsSebastian Thiel
2016-10-16fix(unicode): use surrogateescape in bytes.decodeSebastian Thiel
2016-10-16cygwin, #533: FIX submodules detection (~10TCs fixed)Kostis Anagnostopoulos
2016-10-16ci, deps: no PY26, ddt>=1.1.1, CIs `pip install test-requirements`Kostis Anagnostopoulos
2016-10-16src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos
2016-10-16src: import os.path as ospKostis Anagnostopoulos