LWN.net Logo

Git 1.0.0 released

Git 1.0.0 released

Posted Jan 2, 2006 15:34 UTC (Mon) by eludias (subscriber, #4058)
In reply to: Git 1.0.0 released by NightMonkey
Parent article: Git 1.0.0 released

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.


(Log in to post comments)

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 © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds