I have a program (Gradle) that calls git describe --tags --abbrev=0 in a sub-process (Java Process) within a daemon process. This tag is used to calculate a ver
git describe --tags --abbrev=0