commit 86fc8c64e69098ccfa2244ea40e9f7859c684e23
parent 74886d7148db2e3bf7d4133742aebbf0b033f632
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Tue, 21 Mar 2017 20:50:27 +0100
Use long commit hash
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/auto-push-master.sh b/auto-push-master.sh
@@ -36,7 +36,7 @@ else
# Push to the auto-git branch, which can then auto-push to master, after this build finished
repo_url="$(git config remote.origin.url)"
ssh_repo_url="$(echo "$repo_url" | sed -e 's|^https://github.com/|git@github.com:|')"
- commit_hash="$(git rev-parse --short HEAD)"
+ commit_hash="$(git rev-parse HEAD)"
git log --oneline --decorate --graph -10
git fetch origin auto-push
git checkout FETCH_HEAD