From 7e812e6a75e837ebbf468526ebf22c97f68df30a Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Mon, 11 Jun 2012 20:01:07 +0200 Subject: [PATCH] Print full git revision in version string --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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