Changeset 6b505da
- Timestamp:
- 04/06/2021 05:13:48 PM (22 months ago)
- Branches:
- 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, arm, ml-11.0, multilib, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/glibc-2.34, xry111/glibc-2.37, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- 0929ec5, 8186f16
- Parents:
- 7e80757
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
git-version.sh
r7e80757 r6b505da 20 20 month=$(date --date "$commit_date" "+%B") 21 21 month_digit=$(date --date "$commit_date" "+%m") 22 day=$(date --date "$commit_date" "+%d" )22 day=$(date --date "$commit_date" "+%d" | sed 's@^0@@') 23 23 24 24 case $day in
Note:
See TracChangeset
for help on using the changeset viewer.