summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-06-11 20:01:07 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-06-11 20:01:07 +0200
commit7e812e6a75e837ebbf468526ebf22c97f68df30a (patch)
tree732b8075aa9b62abae8e57c85edc18650961e446 /bootstrap
parent8a2274b8b4b060c3de03db682796b48d903804e2 (diff)
downloadrebar-7e812e6a75e837ebbf468526ebf22c97f68df30a.tar.gz
Print full git revision in version string
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index c8a40de..37f2146 100755
--- a/bootstrap
+++ b/bootstrap
@@ -8,7 +8,7 @@ main(Args) ->
%% Get a string repr of first matching VCS changeset
VcsInfo = vcs_info([{hg, ".hg", "hg identify -i"},
- {git, ".git", "git describe --always"}]),
+ {git, ".git", "git describe --always --tags"}]),
%% Check for force=1 flag to force a rebuild
case lists:member("force=1", Args) of