add last commit date to cross-reference page

This commit is contained in:
Mechiel Lukkien
2023-12-21 09:46:01 +01:00
parent 802dcef192
commit ca97293cb2
2 changed files with 8 additions and 6 deletions

View File

@ -7,4 +7,4 @@ link:
go run -tags link link.go -- ../*.go ../*/*.go
xr:
go run xr.go -- xr-dev $$(git rev-parse --short HEAD) $$(git tag | tail -n1) ../*.go ../*/*.go
go run xr.go -- xr-dev $$(git rev-parse --short HEAD) $$(git log -1 --date=format:"%Y-%m-%d" --format="%ad") $$(git tag | tail -n1) ../*.go ../*/*.go