From: Johannes Schindelin <hidden> Date: 2016-06-15 22:42:04
Hi,
I tried to compile & run git on cygwin. Two showstoppers:
- cygwin does not support IPv6 (yet). Therefore, it does
not have getaddrinfo() and friends. (minor showstopper)
- fork() and mmap() together have problems. This manifests
itself in "git-diff-tree -p" not working. (showbomber)
No big problem for me, I only tested cygwin out of curiosity.
Ciao,
Dscho