Handle http.* config variables pointing to files gracefully on Windows
commit198cb7c3f0b8420d8ba21fc8005b3ce6091e75b6
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 26 Jul 2009 03:08:42 +0000 (26 05:08 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 29 Jul 2009 20:15:40 +0000 (29 22:15 +0200)
tree176f3087d312bba90bbff123560ad2211c37a546
parent965329c18f0c477fa7857503b535649cf359f7c0
Handle http.* config variables pointing to files gracefully on Windows

On Windows, we would like to be able to have a default http.sslCAinfo
that points to an MSys path (i.e. relative to the installation root of
Git).  As Git is a MinGW program, it has to handle the conversion
of the MSys path into a MinGW32 path itself.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
http.c