Closed msimberg closed 1 week ago
Reverts #199, and instead explicitly decodes the result of git rev-parse to ensure the commit is printed in the Makefile without a b'...' prefix.
git rev-parse
b'...'
Reverts #199, and instead explicitly decodes the result of
git rev-parse
to ensure the commit is printed in the Makefile without ab'...'
prefix.