| Commit message (Expand) | Author | Age | Files | Lines |
* | chore(flake): satisfy linter | Sebastian Thiel | 2017-02-25 | 1 | -2/+0 |
* | check for GIT_WORK_TREE | Timothy B. Hartman | 2017-02-24 | 1 | -0/+29 |
* | Fixes to support Python 2.6 again. | Andreas Maier | 2016-10-24 | 1 | -2/+4 |
* | fix(win_mmap): unmark hidden win_errors due to smmap unicode foes | Kostis Anagnostopoulos | 2016-10-22 | 1 | -2/+0 |
* | cygwin, appveyor, #533: Enable actual failures, hide certain 2+2 cases | Kostis Anagnostopoulos | 2016-10-16 | 1 | -0/+8 |
* | cygwin, #533: FIX submodules detection (~10TCs fixed) | Kostis Anagnostopoulos | 2016-10-16 | 1 | -1/+1 |
* | ci, deps: no PY26, ddt>=1.1.1, CIs `pip install test-requirements` | Kostis Anagnostopoulos | 2016-10-16 | 1 | -3/+0 |
* | src: reduce needless deps to `gitdb.util` | Kostis Anagnostopoulos | 2016-10-16 | 1 | -2/+1 |
* | src: import os.path as osp | Kostis Anagnostopoulos | 2016-10-16 | 1 | -12/+12 |
* | cygwin, #533: Allow '/cygdrive/c/' paths on repo init | Kostis Anagnostopoulos | 2016-10-14 | 1 | -1/+3 |
* | daemon, #525: FIX remote urls in config-files | Kostis Anagnostopoulos | 2016-10-12 | 1 | -4/+8 |
* | remote: unfix fetch-infos paring of 8a2f7dce4(pydev fixes) | Kostis Anagnostopoulos | 2016-10-11 | 1 | -1/+4 |
* | FIX #526: Do not depend on test-sources | Kostis Anagnostopoulos | 2016-10-11 | 1 | -2/+2 |
* | src: No PyDev warnings | Kostis Anagnostopoulos | 2016-10-04 | 1 | -1/+1 |
* | hidden win-errs: Let leaking TCs run till end, then hide | Kostis Anagnostopoulos | 2016-10-04 | 1 | -4/+4 |
* | Appveyor: Add and set HIDE_WINDOWS_KNOWN_ERRORS=Falsewinerr_show | Kostis Anagnostopoulos | 2016-10-03 | 1 | -3/+8 |
* | repo-TC: FIX HOME-expansion check, Appveyor has no HOME var | Kostis Anagnostopoulos | 2016-10-03 | 1 | -3/+4 |
* | TC, #519: DISABLE failing tests | Kostis Anagnostopoulos | 2016-10-01 | 1 | -0/+2 |
* | io, #519: ALL open() --> with open() | Kostis Anagnostopoulos | 2016-10-01 | 1 | -2/+4 |
* | Win, #519: FIX repo TCs. | Kostis Anagnostopoulos | 2016-10-01 | 1 | -96/+117 |
* | repo-TCs, #519: FIX config resource leaks | Kostis Anagnostopoulos | 2016-10-01 | 1 | -35/+45 |
* | Win, #519: FIX with_rw_directory() to remove read-only dirs | Kostis Anagnostopoulos | 2016-09-28 | 1 | -7/+6 |
* | test, #519: FIX appveyor conda & failures in py2.6 `assertRaisesRegexp` | Kostis Anagnostopoulos | 2016-09-26 | 1 | -1/+4 |
* | win: GC.collect on all TC.tearDown to fix appveyor hang runs | Kostis Anagnostopoulos | 2016-09-26 | 1 | -0/+4 |
* | fix(test): put `test_commits` back | Sebastian Thiel | 2016-09-25 | 1 | -0/+1 |
* | fix(repo): make it serializable with pickle | Sebastian Thiel | 2016-09-11 | 1 | -1/+5 |
* | Merge pull request #496 from haizaar/master | Sebastian Thiel | 2016-08-02 | 1 | -0/+18 |
|\ |
|
| * | is_dirty supports path. Fixes #482. | Zaar Hai | 2016-08-01 | 1 | -0/+18 |
* | | fix flake8 problems | Barry Scott | 2016-08-01 | 1 | -3/+3 |
* | | add test to detect the corrupt log | Barry Scott | 2016-08-01 | 1 | -1/+12 |
* | | fix(blame): lazily fetch full commit message | Sebastian Thiel | 2016-07-17 | 1 | -1/+1 |
|/ |
|
* | Need spaces in Emacs style encoding comment | Steven Colby | 2016-05-18 | 1 | -1/+1 |
* | Return all available data from git-blame | Vincent Driessen | 2016-04-14 | 1 | -2/+9 |
* | Add incremental blame support | Vincent Driessen | 2016-04-13 | 1 | -0/+24 |
* | Fix tests | Vincent Driessen | 2016-04-07 | 1 | -3/+3 |
* | ENH: skip test_is_ancestor on git versions < 1.8.0 not supporting git merge-b... | Yaroslav Halchenko | 2016-02-14 | 1 | -0/+4 |
* | chore(flake8): unnused import | Sebastian Thiel | 2016-02-07 | 1 | -1/+0 |
* | fix(clone): call communicate if there is no progress handler | Sebastian Thiel | 2016-02-07 | 1 | -1/+1 |
* | DOC: minor typos | Yaroslav Halchenko | 2016-01-08 | 1 | -1/+1 |
* | fix(repo): fail loudly if worktrees are used | Sebastian Thiel | 2015-08-29 | 1 | -1/+19 |
* | fix(repo): use GitCmdObjectDB by default | Sebastian Thiel | 2015-08-22 | 1 | -1/+1 |
* | Implement is_ancestor | Sandy Carter | 2015-07-21 | 1 | -0/+14 |
* | fix(encoding): in untracked_files() and index | Sebastian Thiel | 2015-07-20 | 1 | -13/+15 |
* | Bumped version to 0.3.6 | Sebastian Thiel | 2015-01-22 | 1 | -6/+1 |
* | Improved performance of rev-parse test. | Sebastian Thiel | 2015-01-22 | 1 | -2/+9 |
* | Fixed flake8 and a minor test regression. | Sebastian Thiel | 2015-01-20 | 1 | -2/+2 |
* | Implemented Submodule.rename() | Sebastian Thiel | 2015-01-19 | 1 | -0/+2 |
* | Added 'path' keyword argument to Repo.archive(). | Sebastian Thiel | 2015-01-14 | 1 | -1/+1 |
* | Added `Repo.merge_base(...)` implementation, including test-case. | Sebastian Thiel | 2015-01-13 | 1 | -1/+23 |
* | Added specific test for roughly checking configuration paths. | Sebastian Thiel | 2015-01-12 | 1 | -0/+5 |