Hi, On Sat, 4 Aug 2007, Dmitry Kakurin wrote: > NOTE: This fix uses is_absolute_path from msysGit-0.3.exe that is not in > mingw.git yet. Ooops. I think I did not even check that into msysgit.git. Thanks. > - if (gitdirenv[0] != '/') { > + if ( !is_absolute_path( gitdirenv ) ) { Our coding style does not want them extra spaces... + if (!is_absolute_path(gitdirenv)) { is the way we prefer it. Ciao, Dscho - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html