Hmmm... While looking for a solution I realized that the few qgis astyle mentions I found on the web were related to build process... But I just want to check my changes and not try to build anything on Windows (I gave up a while ago).<br><br>And yes, (unfortunately?) Qgis documentation/guidelines is mostly oriented Unix like and indeed the prepare-commit command fail on the Windows Commands Prompt. But I actually use a git bash application I've installed at the time I was trying to build QGIS on my Windows (something related to mingw) and it supports those bash commands.<br><br>Anyway, I "worked around" by commenting the astyle check part in the prepare-commit.sh file, recreate the pre-commit file and I can commit without error. I know this disables the check but it wasn't necessary for the changes I did (i actually wanted to set the same configuration for the repo than on my xenial).<br><br>But if anything I can do to have this work without resorting to build process....<br><br>Le jeudi 13 juillet 2017, Matthias Kuhn <<a href="mailto:matthias@opengis.ch">matthias@opengis.ch</a>> a écrit :<br>> On 07/13/2017 12:27 PM, DelazJ wrote:<br>>> Hi Nyall,<br>>><br>>> Sorry for that maybe noob question but you mean setting in the<br>>> Cmakelists file at the root of the repo:<br>>> SET (WITH_ASTYLE TRUE CACHE BOOL "If you want to contribute you should<br>>> reindent with scripts/prepare-commit.sh (using 'our' style)").<br>>> Am I right? Doing that doesn't change anything; still get the "astyle.sh<br>>> not found" error message. Anything else I should do?<br>><br>> Yes, that's the option.<br>><br>> You need to build again after enabling it, but after looking at your<br>> error message, this mentions a shell script (.sh) which I don't think is<br>> compatible with Windows.<br>><br>> Matthias<br>> _______________________________________________<br>> QGIS-Developer mailing list<br>> <a href="mailto:QGIS-Developer@lists.osgeo.org">QGIS-Developer@lists.osgeo.org</a><br>> List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>> Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a>