"This lovely dark 4am is as good an occasion as any to offer to you the 5th issue of the msysGit Herald, the not-quite-biweekly news letter to keep you informed about msysGit, the effort to bring one of the most powerful Source Code Management systems to the poor souls stuck with Windows," began Johannes Schindelin on the git mailing list. He noted that the project was finally concentrating on getting git to work on Windows, having finally gotten the installer working. The Git on MSys project home page notes,
"Unfortunately, Git on Windows is only officially supported using Cygwin. However, there is a fork (hopefully to be merged with 'official' git real soon now) which enables you to compile git using MinGW/MSys. It is a little bit tricky to get ahold of everything needed (MSys, iconv, Tcl/Tk, gcc, make, zlib, regex, etc.), so this project tries to provide a single .zip (actually, a 7-Zip packed installer) which you can unpack, and by double-clicking on msys.bat everything is set. You can start right away to hack on your favourite Source Code Management tool."
bizarre situation
Do we really want or need linux kernel patches uploaded from someone using a windoze peecee?
Git has nothing to do with
Git has nothing to do with Linux. Yes, it was invented by Torvalds to find a replacement for BitKeeper, but that in no way makes it Linux specific...
Look up over the cube walls...
GIT has become a very strong contender in the F/OSS SCM tool field and it is used for MANY more projects than just the Linux kernel... most major F/OSS software projects are moving away from CVS these days and lots of them are choosing GIT.
And, many F/OSS projects run on Windows as well as Linux (and other UNIX systems).
JFYI
http://git.or.cz/gitwiki/GitProjects
Not just the kernel anymore since long time...
unfortunately too little,
unfortunately too little, too late for me... When advocating a SCM at the workplace, git was my favorite, but requiring everybody to do a full install of cygwin before using it was unreasonable. I've since switched to bzr for work and personal use. Yeah, they'll have to install python this way, but that's still much more reasonable than cygwin and/or msys.