From a0a2e0ffa702c297c655dd051b2edce929f9f528 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Sun, 11 Dec 2016 01:02:07 +0100 Subject: scripts/osmo-deps.sh: show complete git hash of cloned HEAD revision Change-Id: I0e1a65d864b075bd1dbfb579d308631f745d6937 --- scripts/osmo-deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/osmo-deps.sh b/scripts/osmo-deps.sh index 660ceb6..86da9a6 100755 --- a/scripts/osmo-deps.sh +++ b/scripts/osmo-deps.sh @@ -9,3 +9,4 @@ fi cd $1 git fetch origin git reset --hard origin/master +git rev-parse HEAD -- cgit v1.2.3