Steffen Prohaska <prohaska@xxxxxx> writes: > The discussion below basically leads to two questions: > > Is there any chance that git can be ported to cygwin's textmode? > > Is there any chance that patches would be accepted that try to > do so? Even if they add "b" to fopen and O_BINARY to open, which > both are useless on Unix? > > Junio, Linus? Hopefully fopen() would not barf upon seeing "b", and O_BINARY can be ifdefed to 0 on platforms where it is not applicable and or'ed in to the flags. As long as they can be proven to be useful on Cygwin, I do not see an issue. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html