diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-06-11 20:01:07 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-06-11 20:01:07 +0200 |
commit | 7e812e6a75e837ebbf468526ebf22c97f68df30a (patch) | |
tree | 732b8075aa9b62abae8e57c85edc18650961e446 /bootstrap | |
parent | 8a2274b8b4b060c3de03db682796b48d903804e2 (diff) |
Print full git revision in version string
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |