LWN.net Logo

Git 1.0.0 released

Git 1.0.0 released

Posted Dec 23, 2005 3:53 UTC (Fri) by NightMonkey (subscriber, #23051)
In reply to: Git 1.0.0 released by sjj
Parent article: Git 1.0.0 released

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. :)

git-cygwin's repository is linked to from http://www.netfort.gr.jp/~dancer/column/200504-git.html.en . However, the git-cygwin repository link shown there, and as referenced in even the most recent git-cygwin threads, is now 404'd (http://www.kernel.org/pub/scm/git/), so either it has moved, or perhaps something has gone wrong that I don't know about...


(Log in to post comments)

Git 1.0.0 released

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]

mv .git/info/exclude .git/info/exclude.bak

and try again.

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds