aboutsummaryrefslogtreecommitdiff
path: root/git/test
AgeCommit message (Expand)Author
2016-12-08chore(lint): flake8Sebastian Thiel
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
2016-10-16cygwin, #533: polish abs-paths in `git add` commandsKostis Anagnostopoulos
2016-10-14cygwin, #533: Allow '/cygdrive/c/' paths on repo initKostis Anagnostopoulos
2016-10-14cygwin, #533: FIX daemon launchingKostis Anagnostopoulos
2016-10-14cygwin, #533: Try to make it work with Cygwin's Git.Kostis Anagnostopoulos
2016-10-14remote, #525: FIX BUG push-cmd misses error messagesKostis Anagnostopoulos
2016-10-13remote, #525: pump fetch-infos instead of GIL-read stderrKostis Anagnostopoulos
2016-10-13test, #525: allow disabling freeze errors separatelyKostis Anagnostopoulos
2016-10-12config, #525: polish more config-urlsKostis Anagnostopoulos
2016-10-12daemon, #525: simplify exception handlingKostis Anagnostopoulos
2016-10-12daemon, #525: FIX remote urls in config-filesKostis Anagnostopoulos
2016-10-11hidden win_errors: mark also git-daemon errors failingKostis Anagnostopoulos
2016-10-11remote: unfix fetch-infos paring of 8a2f7dce4(pydev fixes)Kostis Anagnostopoulos
2016-10-11imp(performance): execute performance tests on travisSebastian Thiel
2016-10-11FIX #526: Do not depend on test-sourcesKostis Anagnostopoulos
2016-10-04io: Wrap (probably) allconfig_writers in `with` blocksKostis Anagnostopoulos
2016-10-04src: No PyDev warningsKostis Anagnostopoulos
2016-10-04hidden win-errs: Let leaking TCs run till end, then hideKostis Anagnostopoulos
2016-10-03Appveyor: Set HIDE_WINDOWS_KNOWN_ERRORS=TrueKostis Anagnostopoulos
2016-10-03Appveyor: Add and set HIDE_WINDOWS_KNOWN_ERRORS=Falsewinerr_showKostis Anagnostopoulos
2016-10-03repo-TC: FIX HOME-expansion check, Appveyor has no HOME varKostis Anagnostopoulos
2016-10-03TST: Add test for removing submodule with remotes without refsYaroslav Halchenko
2016-10-03src, config_tc: replace deprecated `failUnlessRaises`Kostis Anagnostopoulos
2016-10-02BF: log.info is a function, just pass msg, no .write!Yaroslav Halchenko
2016-10-02BF: @with_rw_directory must return decorated callYaroslav Halchenko
2016-10-02RF: use @functools.wraps within decorators instead of manual __name__ reassig...Yaroslav Halchenko
2016-10-01TC, #519: DISABLE failing testsKostis Anagnostopoulos
2016-10-01io, #519: ALL open() --> with open()Kostis Anagnostopoulos
2016-10-01Win, #519: FIX repo TCs.Kostis Anagnostopoulos
2016-10-01repo-TCs, #519: FIX config resource leaksKostis Anagnostopoulos