diff options
Diffstat (limited to 'scripts/commit.sh')
| -rw-r--r-- | scripts/commit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/commit.sh b/scripts/commit.sh index 0d9ef12d..d2d9a844 100644 --- a/scripts/commit.sh +++ b/scripts/commit.sh @@ -18,7 +18,7 @@ else fi if [ -z "${commit+set}" ] ; then - commit=$(git -C "$repo" commit-tree -m "oasis built by $(id -un)" "$@" "$tag") + commit=$(git -C "$repo" commit-tree -m "oasis $(git rev-parse --short=10 HEAD)" "$@" "$tag") git -C "$repo" update-ref "refs/heads/$branch" "$commit" fi echo "$commit" >"$out.tmp" && mv "$out.tmp" "$out" |
