Support Cygwin's Git on Windows by ankostis · Pull Request #533 · gitpython-developers/GitPython
Show all changes
14 commits
Select commit Hold shift + click to select a range
ba7c2a0
appveyor, #533: enable CYGWIN TCs without failing
ankostis
e6e23ed
cygwin, #533: Try to make it work with Cygwin's Git.
ankostis
0bce7cc
cygwin, #533: FIX daemon launching
ankostis
57d0537
cygwin, #533: Polish also --git-separate-dir
ankostis
3b1cfcc
cygwin, #533: Allow '/cygdrive/c/' paths on repo init
ankostis
a2d248b
cygwin, #533: polish abs-paths in `git add` commands
ankostis
0210e39
src: import os.path as osp
ankostis
b02662d
src: reduce needless deps to `gitdb.util`
ankostis
4486bcb
ci, deps: no PY26, ddt>=1.1.1, CIs `pip install test-requirements`
ankostis
b2efa1b
cygwin, #533: FIX submodules detection (~10TCs fixed)
ankostis
ec731f4
Merge with #532, fix unicode filenames with escapesurogates
ankostis
5962373
cygwin, appveyor, #533: Enable actual failures, hide certain 2+2 cases
ankostis
08e0d5f
helper: minor fix prefix of temp-dirs
ankostis
cc77e6b
tc-helper: fix minor contexlib abuse
ankostis