diff --git a/.githooks/post-commit b/.githooks/post-commit index 01c89210c9bf6865f89f1d0fce92b501fae7276f..fffb01be78319dd66c2bf1f1c1c956d94c4ec232 100644 --- a/.githooks/post-commit +++ b/.githooks/post-commit @@ -1,3 +1,4 @@ #!/bin/bash -git show --abbrev-commit --pretty=format:%h > git-commit-count -git describe --all --long > git-commit-version \ No newline at end of file +mkdir .build-config +git rev-list --count integration > .build-config/git-commit-count +git describe --all --long > .build-config/git-commit-version \ No newline at end of file