New issue 296 by sgwong513: Turn autocrlf to false when applying patches in
update-lib.sh script
http://code.google.com/p/msysgit/issues/detail?id=296
This is not defect but some minor enhancement for user who want to build
the git. For those environment which has autocrlf turn on, I see a lot of
changing LF to CRLF before applying patches.
Should we turn the autocrlf false in the src/common/update-lib.sh script?
Add:
git config core.autocrlf false &&
after the "git init &&" line...
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 296 by johannes.schindelin: Turn autocrlf to false when
applying patches in update-lib.sh script
http://code.google.com/p/msysgit/issues/detail?id=296
Good suggestion! Fixed. FWIW you are allowed to make patches and send
them to the
list ;-)