summaryrefslogtreecommitdiff
path: root/git/test
Commit message (Expand)AuthorAgeFilesLines
* Update changelog and improve docs on skipped testSebastian Thiel2017-07-011-1/+2
* Try to ignore test on windows as it fails for the wrong reasonsSebastian Thiel2017-07-011-1/+1
* Maybe work around AppVeyor setting a bad email?Peter Jones2017-07-011-0/+3
* Repo: handle worktrees betterPeter Jones2017-07-012-12/+51
* Add base class for package exceptions.Konstantin Popov2017-05-291-0/+27
* Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-04-096-9/+9
* Spelling fixesVille Skyttä2017-03-096-7/+7
* Add a fixture to test incremental blame output for git 2.11.1+George Hickman2017-03-072-18/+53
* chore(flake): satisfy linterSebastian Thiel2017-02-251-2/+0
* Merge branch 'git_work_tree' of https://github.com/tbhartman/GitPython into t...Sebastian Thiel2017-02-251-0/+29
|\
| * check for GIT_WORK_TREETimothy B. Hartman2017-02-241-0/+29
* | Merge pull request #555 from ankostis/cntxtmmanSebastian Thiel2017-02-251-6/+10
|\ \ | |/ |/|
| * fix(leaks, TCs): attempt to cleanup mman before deleting tmp-dirsKostis Anagnostopoulos2016-12-081-6/+10
* | fix(remote): testSebastian Thiel2016-12-221-1/+1
* | chore(lint): flake8 pacificationSebastian Thiel2016-12-081-1/+0
* | fix(refs): handle quoted branch namesSebastian Thiel2016-12-081-0/+12
|/
* Merge pull request #541 from andy-maier/py26_fixesSebastian Thiel2016-12-089-17/+48
|\
| * Fixes to support Python 2.6 again.Andreas Maier2016-10-249-17/+48
* | chore(lint): flake8Sebastian Thiel2016-12-081-1/+1
|/
* Merge branch 'win_mmap' of https://github.com/ankostis/GitPython into ankosti...Sebastian Thiel2016-10-223-23/+1
|\
| * fix(win_mmap): unmark hidden win_errors due to smmap unicode foesKostis Anagnostopoulos2016-10-223-9/+0
| * submodule-TCs: stop monekypatching smmap.MapRegion with files in WindowsKostis Anagnostopoulos2016-10-221-14/+0
* | Merge remote-tracking branch 'origin/master' into exp_git_dirKostis Anagnostopoulos2016-10-222-4/+3
|\ \ | |/
| * Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel2016-10-2218-319/+433
| |\
| * | Fix some typosSantiago Castro2016-10-202-2/+2
* | | Merge with latest branch 'exp_git_dir'Kostis Anagnostopoulos2016-10-192-18/+22
|\ \ \ | |_|/ |/| |
| * | repo: minor code and doc correcions.Kostis Anagnostopoulos2016-10-191-2/+2
| |/
| * Fix flake8 errorBenjamin Poldrack2016-10-191-1/+1
| * Add a test for persistent git optionsBenjamin Poldrack2016-10-181-0/+14
* | tc-helper: fix minor contexlib abuseKostis Anagnostopoulos2016-10-171-4/+3
* | helper: minor fix prefix of temp-dirsKostis Anagnostopoulos2016-10-171-2/+2
* | cygwin, appveyor, #533: Enable actual failures, hide certain 2+2 casesKostis Anagnostopoulos2016-10-163-8/+41
* | Merge with #532, fix unicode filenames with escapesurogatesKostis Anagnostopoulos2016-10-162-8/+12
|\ \ | |/
| * fix(surrogateescape): enable on py2, fix testsSebastian Thiel2016-10-161-2/+10
| * fix(unicode): use surrogateescape in bytes.decodeSebastian Thiel2016-10-161-1/+1
* | cygwin, #533: FIX submodules detection (~10TCs fixed)Kostis Anagnostopoulos2016-10-161-1/+1
* | ci, deps: no PY26, ddt>=1.1.1, CIs `pip install test-requirements`Kostis Anagnostopoulos2016-10-162-4/+1
* | src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos2016-10-167-26/+20
* | src: import os.path as ospKostis Anagnostopoulos2016-10-1614-161/+177
* | cygwin, #533: polish abs-paths in `git add` commandsKostis Anagnostopoulos2016-10-162-2/+3
* | cygwin, #533: Allow '/cygdrive/c/' paths on repo initKostis Anagnostopoulos2016-10-142-27/+56
* | cygwin, #533: FIX daemon launchingKostis Anagnostopoulos2016-10-141-108/+115
* | cygwin, #533: Try to make it work with Cygwin's Git.Kostis Anagnostopoulos2016-10-142-13/+56
|/
* remote, #525: FIX BUG push-cmd misses error messagesKostis Anagnostopoulos2016-10-142-75/+81
* remote, #525: pump fetch-infos instead of GIL-read stderrKostis Anagnostopoulos2016-10-131-12/+9
* test, #525: allow disabling freeze errors separatelyKostis Anagnostopoulos2016-10-132-52/+58
* config, #525: polish more config-urlsKostis Anagnostopoulos2016-10-122-39/+42
* daemon, #525: simplify exception handlingKostis Anagnostopoulos2016-10-121-33/+5
* daemon, #525: FIX remote urls in config-filesKostis Anagnostopoulos2016-10-126-65/+73
* hidden win_errors: mark also git-daemon errors failingKostis Anagnostopoulos2016-10-112-0/+17