| Commit message (Expand) | Author | Age | Files | Lines |
| * | gen-version.sh: check if git is available before trying to call it•••Some people may clone the cgit repository and compile within a sandbox
or on another machine where git is not necessarily installed. When it
happens, cgit is getting compiled with an empty version number.
This commit fixes this.
| Fabien C | 2014-02-05 | 1 | -1/+1 |
| * | gen-version.sh: don't sed the output from git describe•••Replacing '-' with '.' makes the version name slightly confusing, so lets
stick with the unmodified output of git describe.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2007-10-01 | 1 | -1/+1 |
| * | Rewrite the makefile + gen-version.sh•••The old files were simply broken, hopefully the new ones will work out
somewhat better.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2007-09-03 | 1 | -4/+20 |
| * | Add version info from git-describe•••A new script, gen-version.sh, is now invoked from 'make version' to generate
the file VERSION. This file contains a version identifier generated by
git-describe and is included in the Makefile.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2007-06-18 | 1 | -0/+4 |