mirror of
https://github.com/mjl-/mox.git
synced 2025-07-15 02:14:36 +03:00
add last commit date to cross-reference page
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user