Handle http.* config variables pointing to files gracefully on Windows
commitb7d572cbf2a1f7eed657c4eacf2caa58676e585d
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 26 Jul 2009 03:08:42 +0000 (26 05:08 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 18 Oct 2009 15:41:14 +0000 (18 17:41 +0200)
tree67bc31abfda797bfd8b3be458d8105e568a1d830
parentc71fac52e42f7d6a89035eb04c6804e8a6ed8d28
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