aboutsummaryrefslogtreecommitdiff
path: root/git/test/test_repo.py
AgeCommit message (Expand)Author
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-08-22worktrees: make non-packed refs also work correctly.Peter Jones
2017-07-01Repo: handle worktrees betterPeter Jones
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-24check for GIT_WORK_TREETimothy B. Hartman
2016-10-24Fixes to support Python 2.6 again.Andreas Maier
2016-10-22fix(win_mmap): unmark hidden win_errors due to smmap unicode foesKostis Anagnostopoulos
2016-10-16cygwin, appveyor, #533: Enable actual failures, hide certain 2+2 casesKostis Anagnostopoulos
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-14cygwin, #533: Allow '/cygdrive/c/' paths on repo initKostis Anagnostopoulos
2016-10-12daemon, #525: FIX remote urls in config-filesKostis Anagnostopoulos
2016-10-11remote: unfix fetch-infos paring of 8a2f7dce4(pydev fixes)Kostis Anagnostopoulos
2016-10-11FIX #526: Do not depend on test-sourcesKostis 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: 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-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
2016-09-28Win, #519: FIX with_rw_directory() to remove read-only dirsKostis Anagnostopoulos
2016-09-26test, #519: FIX appveyor conda & failures in py2.6 `assertRaisesRegexp`Kostis Anagnostopoulos
2016-09-26win: GC.collect on all TC.tearDown to fix appveyor hang runsKostis Anagnostopoulos
2016-09-25fix(test): put `test_commits` backSebastian Thiel
2016-09-11fix(repo): make it serializable with pickleSebastian Thiel
2016-08-02Merge pull request #496 from haizaar/masterSebastian Thiel
2016-08-01is_dirty supports path. Fixes #482.Zaar Hai
2016-08-01fix flake8 problemsBarry Scott
2016-08-01add test to detect the corrupt logBarry Scott
2016-07-17fix(blame): lazily fetch full commit messageSebastian Thiel
2016-05-18Need spaces in Emacs style encoding commentSteven Colby
2016-04-14Return all available data from git-blameVincent Driessen
2016-04-13Add incremental blame supportVincent Driessen
2016-04-07Fix testsVincent Driessen
2016-02-14ENH: skip test_is_ancestor on git versions < 1.8.0 not supporting git merge-b...Yaroslav Halchenko
2016-02-07chore(flake8): unnused importSebastian Thiel
2016-02-07fix(clone): call communicate if there is no progress handlerSebastian Thiel
2016-01-08DOC: minor typosYaroslav Halchenko
2015-08-29fix(repo): fail loudly if worktrees are usedSebastian Thiel
2015-08-22fix(repo): use GitCmdObjectDB by defaultSebastian Thiel
2015-07-21Implement is_ancestorSandy Carter
2015-07-20fix(encoding): in untracked_files() and indexSebastian Thiel