Posted Dec 22, 2005 23:17 UTC (Thu) by sjj (subscriber, #2020)
Parent article: Git 1.0.0 released
I know this is maybe bit of a stretch given git's provenance, but is there a Windows port? That's the reason I like monotone (plus the single-file repository db).
Posted Dec 23, 2005 3:53 UTC (Fri) by NightMonkey (subscriber, #23051)
[Link]
From a quick Google of the git mailing list traffic, it would appear the getting git into Cygwin is underway, so that might help you, eventually. From a cursory scanning of the various Cygwin threads, it appears to be still getting hashed out (adding Cygwin dependencies, idiosyncrasies of the Cygwin platform on Win32, etc.), but, it bodes well that even Linus has pitched in to offer suggestions and assistance back in October. :)
Posted Jan 2, 2006 15:34 UTC (Mon) by eludias (subscriber, #4058)
[Link]
I think most patches are already applied to the main git branch. Therefore, git should work-of-the-box on Cygwin (provided you have installed packages like bash, gcc, make, python, libcurl-devel, zlib, tcltk). At least, I can compile git (version: current HEAD) here under current cygwin.
Git 1.0.0 released
Posted Feb 23, 2006 19:21 UTC (Thu) by bart.nicolotti@libero.it (guest, #36090)
[Link]
I've build git from sources(1.1.14) under cygwin. I can do git init-db, but when I
try git add I get: fatal: cannot use .git/info/exclude as an exclude file
Can someome help me?
Git 1.0.0 released
Posted Feb 28, 2007 18:07 UTC (Wed) by musingattheruins (guest, #43760)
[Link]