Add gitref macro to reference a git hash
With this extension a git hash can be easily referenced. The porters handbook versions chapter uses this extension as an example in the FreeBSD 14.0 version table. An example of use gitref:hash[repository="src|doc|ports",length=hash-longitude] The repository should be src, doc or ports. And if no length it's specified the macro will use 12 characters of the specified hash. PR: 253050 Submitted by: jhb@
This commit is contained in:
parent
ba631cb51b
commit
fb36cfdfb2
5 changed files with 36 additions and 6 deletions
|
|
@ -43,22 +43,22 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
|
|||
| Release
|
||||
|
||||
|1400000
|
||||
|link:https://cgit.freebsd.org/src/commit/?id=a53ce3fc4938e37d5ec89304846203d2083c61a2[a53ce3fc4938]
|
||||
|gitref:a53ce3fc4938e37d5ec89304846203d2083c61a2[repository="src",length=12]
|
||||
|January 22, 2021
|
||||
|14.0-CURRENT.
|
||||
|
||||
|1400001
|
||||
|link:https://cgit.freebsd.org/src/commit/?id=739ecbcf1c4fd22b5f6ee0bb180a67644046a3e0[739ecbcf1c4f]
|
||||
|gitref:739ecbcf1c4fd22b5f6ee0bb180a67644046a3e0[repository="src",length=12]
|
||||
|January 23, 2021
|
||||
|14.0-CURRENT after adding symlink support to lockless lookup.
|
||||
|
||||
|1400002
|
||||
|link:https://cgit.freebsd.org/src/commit/?id=2cf84258922f306a3f84866685d2f5346f67db58[2cf84258922f]
|
||||
|gitref:2cf84258922f306a3f84866685d2f5346f67db58[repository="src",length=12]
|
||||
|January 26, 2021
|
||||
|14.0-CURRENT after fixing a clang assertion when building the package:devel/onetbb[] port.
|
||||
|
||||
|1400003
|
||||
|link:https://cgit.freebsd.org/src/commit/?id=d386f3a3c32f0396aa7995349dd65d6c59711393[d386f3a3c32f]
|
||||
|gitref:d386f3a3c32f0396aa7995349dd65d6c59711393[repository="src",length=12]
|
||||
|January 28, 2021
|
||||
|14.0-CURRENT after adding various LinuxKPI bits conflicting with drm-kmod.
|
||||
|===
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue