aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_tools/git_version_gen.sh
Commit message (Collapse)AuthorAge
* Don't require .git before running git-describeGravatar Kevin Ballard2014-10-27
| | | | | | When calculating the version, we don't need to test for the presence of .git before running `git describe`. This lets us work properly in a detached work tree if GIT_DIR is set.
* Mark unknown versions as unknown.Gravatar Konrad Borowski2014-10-12
|
* Pass --always to git describe to ensure we always get a versionGravatar ridiculousfish2014-02-05
| | | | number. Hopefully fixes travis-ci. See #1287
* use annotated tags only for version checkingGravatar David Adam2014-01-24
| | | | | | Note: if you have previously cloned the repository, the tags for previous versions have been edited. Use `git fetch --tags` to synchronise your local copy.
* git version generation fixesGravatar David Adam (zanchey)2013-09-02
| | | | | - Remove the `version` file created for the tarball after the tarball is finished - Use the builtin type instead of which.
* add git_version_gen: generate a version number from the git treeGravatar David Adam (zanchey)2013-08-11
Originally from the git sources (GIT-VERSION-GEN) (C) Junio C Hamano <junkio@cox.net> Reused under GPL v2.0