Hi,

it came to my attention through issues 71 and 72 that two things should be 
mentioned, probably in the release notes shown in the installer:

- it is not $HOME/.netrc but $HOME/_netrc with curl on Windows.  We might 
  want to change that eventually, though, since NTFS and FAT32 are very 
  well capable of having $HOME/.netrc.

- if you want to specify a different location for --upload-pack, you have 
  to start the absolute path with two slashes, i.e. 

        --upload-pack=//bin/git-upload-pack

  instead of

        --upload-pack=/bin/git-upload-pack

  otherwise MSys will DWIM the path into something like

        C:/msysgit/bin/git-upload-pack

Ciao,
Dscho

Reply via email to