Source control for all dmd source (Git propaganda =)

Tim Matthews tim.matthews7 at gmail.com
Tue Jun 2 19:43:32 PDT 2009


I use the cygwin git on my windows box and have never used a git gui 
because I just dont trust them.

Jérôme M. Berger wrote:

>     I said "git support on windows is subpar: it requires cygwin or the 
> msys shell" 

I don't use the cygwin bash shell but just add C:/cygwin/bin to my path 
and it works fine.

For mercurial/hg this also works but first I created 
C:/cygwin/bin/hg.bat like this as it is python scripts and bash 
understands hash bang line:

@echo off
C:\cygwin\bin\bash.exe -c "/bin/hg %*"




More information about the Digitalmars-d mailing list