summaryrefslogtreecommitdiff
path: root/git/test
Commit message (Expand)AuthorAgeFilesLines
* fix(leaks, TCs): attempt to cleanup mman before deleting tmp-dirsKostis Anagnostopoulos2016-12-081-6/+10
* 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
* remote: unfix fetch-infos paring of 8a2f7dce4(pydev fixes)Kostis Anagnostopoulos2016-10-111-1/+4
* imp(performance): execute performance tests on travisSebastian Thiel2016-10-111-3/+0
* FIX #526: Do not depend on test-sourcesKostis Anagnostopoulos2016-10-117-13/+8
* io: Wrap (probably) allconfig_writers in `with` blocksKostis Anagnostopoulos2016-10-046-83/+70
* src: No PyDev warningsKostis Anagnostopoulos2016-10-0412-92/+101
* hidden win-errs: Let leaking TCs run till end, then hideKostis Anagnostopoulos2016-10-047-26/+24
* Appveyor: Set HIDE_WINDOWS_KNOWN_ERRORS=TrueKostis Anagnostopoulos2016-10-034-6/+5
* Appveyor: Add and set HIDE_WINDOWS_KNOWN_ERRORS=Falsewinerr_showKostis Anagnostopoulos2016-10-038-40/+90
* repo-TC: FIX HOME-expansion check, Appveyor has no HOME varKostis Anagnostopoulos2016-10-031-3/+4
* TST: Add test for removing submodule with remotes without refsYaroslav Halchenko2016-10-031-2/+20
* src, config_tc: replace deprecated `failUnlessRaises`Kostis Anagnostopoulos2016-10-031-13/+25
* BF: log.info is a function, just pass msg, no .write!Yaroslav Halchenko2016-10-021-2/+2
* BF: @with_rw_directory must return decorated callYaroslav Halchenko2016-10-021-0/+2
* RF: use @functools.wraps within decorators instead of manual __name__ reassig...Yaroslav Halchenko2016-10-021-3/+6
* TC, #519: DISABLE failing testsKostis Anagnostopoulos2016-10-013-1/+12