zig/ci/zinc/configure_git

11 lines
254 B
Plaintext
Raw Normal View History

#!/bin/sh
set -x
set -e
# Make the `zig version` number consistent.
# This will affect the cmake commands that follow.
# This is in its own script because git does not support this command
# being run concurrently with itself.
git config core.abbrev 9