summaryrefslogtreecommitdiffstats
path: root/ship
diff options
context:
space:
mode:
authortv <tv@nomic.retiolum>2013-11-14 09:42:54 +0100
committertv <tv@nomic.retiolum>2013-11-14 09:42:54 +0100
commite0d26a15c326176e3a886da89bffda0722e8ea1b (patch)
treee2c85ae119aaff16d4951b19c18b35101c83f710 /ship
parentd27847e6dc8029f669f074aa27124bacc2aa26df (diff)
ship build_info: s/git rev-parse/git describe/
Diffstat (limited to 'ship')
-rwxr-xr-xship/build4
1 files changed, 2 insertions, 2 deletions
diff --git a/ship/build b/ship/build
index bd26482d..95c14699 100755
--- a/ship/build
+++ b/ship/build
@@ -44,8 +44,8 @@ EOF
build_info() { cat<<EOF
$1a\\
# this file was generated by //ship/build\\
-# date: $(date -u --rfc-3339=s)\\
-# version: $(git rev-parse HEAD)
+# build date: $(date -u --rfc-3339=s)\\
+# git describe: $(git describe --always --dirty --abbrev=0)
EOF
}