summaryrefslogtreecommitdiffstats
path: root/git-version-gen
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: Add some smarts to version extraction from git tags.Colin Guthrie2010-12-041-7/+15
| | | | | | | | | | | | | | When we are dealing with a tag against a commit with other tags applied, then favour the first tag, not the last one. This allows us to tag a release as e.g. v1.0, v1.1-dev and v2.0-dev and get a version of 1.0 rather than the newer tags. This also removes support for git versions that do not accept the --match argument as we also now make use of the --contains arg which was added at the same time (I think) Additionally, the v variable is reset just incase it is already exported in the shell for some reason.
* build-sys: teacch git versioning script to not kill - in version stringsLennart Poettering2009-06-231-1/+2
|
* build-sys: drop compat with old git versions so that tarballs for -test1 ↵Lennart Poettering2009-06-231-12/+12
| | | | style evrsions are properly created
* build: generate git tarball using git describeMarc-André Lureau2009-04-231-0/+152