When I use path specs in git commit message, they are resolved in system absolute paths!
E.g.
git commit -m "/tools/controller subproject moved to submodule"
will result in
C:/Program Files/Git/tools/controller subproject moved to submodule
How can I turn off this 'feature'?
My git version is 2.12.0.windows.1
.