aboutsummaryrefslogtreecommitdiffstats
path: root/git-version.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix typosAndrew Kreimer2024-08-251-1/+1
| | | | Signed-off-by: Andrew Kreimer <algonell@gmail.com>
* git-version: Use "-wip" as the version suffix instead of "+" for changes not ↵Xi Ruoyao2024-01-191-1/+1
| | | | | | committed yet It's not allowed to use "+" in XHTML id attributes etc.
* Restore the render system to what it was before pythonhosted changesPierre Labastie2023-01-251-5/+6
|
* git-version: Don't dump revision if no "important files" are changedXi Ruoyao2023-01-251-6/+5
| | | | | | | | | If an important file is changed, we regenerate version.ent and so bump the revision. Otherwise, version.ent may be kept. Hack git-version.sh so we can ensure version.ent is really not changed. Add Makefile itself and git-version.sh into the important file list as they can definitely affect book rendering.
* Move the default time zoneBruce Dubbs2023-01-011-1/+1
|
* Replace tabs with spaces (except in Makefile :)Pierre Labastie2022-09-111-18/+18
|
* merge conditional XML from LFSXi Ruoyao2021-10-171-9/+16
| | | | | | | | | There was some consistency issues in URLs to LFS. For example, in systemd revision the URL to LFS "General Network Configuration" points to the sysv book, this can be really troubling to new readers. Instead of fixing them one by one, merge conditional XML developed by Pierre from LFS.
* git-version: correct the workaround without gitXi Ruoyao2021-10-171-3/+6
|
* git-version: remove sha unconditionallyXi Ruoyao2021-10-171-4/+1
| | | | Like LFS.
* git-version: simplify version numberXi Ruoyao2021-05-011-4/+6
|
* generate version info from gitXi Ruoyao2021-04-151-0/+48