Changeset 8025137
- Timestamp:
- 10/16/2021 08:17:33 PM (2 years ago)
- Branches:
- 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 49661ec
- Parents:
- c99889d9
- git-author:
- Xi Ruoyao <xry111@…> (10/16/2021 07:20:45 PM)
- git-committer:
- Xi Ruoyao <xry111@…> (10/16/2021 08:17:33 PM)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
git-version.sh
rc99889d9 r8025137 33 33 34 34 sha="$(git describe --abbrev=1)" 35 if git describe --all --match trunk > /dev/null 2> /dev/null; then 36 sha=$(echo "$sha" | sed 's/-g[^-]*$//') 37 fi 38 version="$sha" 35 version=$(echo "$sha" | sed 's/-g[^-]*$//') 39 36 40 37 if [ "$(git diff HEAD | wc -l)" != "0" ]; then
Note:
See TracChangeset
for help on using the changeset viewer.