mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 18:24:35 +03:00
tweaks to cross-referenced code/rfc html pages
- show commit hash, with a link to the commit - highlight if this is the dev or released version page - sort the rfc's, the list in rfc/index.txt has the major rfc's at the topic, but this nuance is lost in the html 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 tag | tail -n1) ../*.go ../*/*.go
|
||||
go run xr.go -- xr-dev $$(git rev-parse --short HEAD) $$(git tag | tail -n1) ../*.go ../*/*.go
|
||||
|
Reference in New Issue
Block a user