git: 563997d288 - main - Abbreviate displayed git hashes to 12 hex digits.

Dimitry Andric dim at FreeBSD.org
Tue Jan 26 19:26:10 UTC 2021


The branch main has been updated by dim (src committer):

URL: https://cgit.FreeBSD.org/doc/commit/?id=563997d288f44ae2b2059c8183b75c4b562b9660

commit 563997d288f44ae2b2059c8183b75c4b562b9660
Author:     Dimitry Andric <dim at FreeBSD.org>
AuthorDate: 2021-01-26 19:25:54 +0000
Commit:     Dimitry Andric <dim at FreeBSD.org>
CommitDate: 2021-01-26 19:25:57 +0000

    Abbreviate displayed git hashes to 12 hex digits.
---
 .../en/books/porters-handbook/versions/chapter.adoc        | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/documentation/content/en/books/porters-handbook/versions/chapter.adoc b/documentation/content/en/books/porters-handbook/versions/chapter.adoc
index dfc4792984..8c515e4d80 100644
--- a/documentation/content/en/books/porters-handbook/versions/chapter.adoc
+++ b/documentation/content/en/books/porters-handbook/versions/chapter.adoc
@@ -43,17 +43,17 @@ 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[a53ce3fc4938e37d5ec89304846203d2083c61a2]
+|link:https://cgit.freebsd.org/src/commit/?id=a53ce3fc4938e37d5ec89304846203d2083c61a2[a53ce3fc4938]
 |January 22, 2021
 |14.0-CURRENT.
 
 |1400001
-|link:https://cgit.freebsd.org/src/commit/?id=739ecbcf1c4fd22b5f6ee0bb180a67644046a3e0[739ecbcf1c4fd22b5f6ee0bb180a67644046a3e0]
+|link:https://cgit.freebsd.org/src/commit/?id=739ecbcf1c4fd22b5f6ee0bb180a67644046a3e0[739ecbcf1c4f]
 |January 23, 2021
 |14.0-CURRENT after adding symlink support to lockless lookup.
 
 |1400002
-|link:https://cgit.freebsd.org/src/commit/?id=2cf84258922f306a3f84866685d2f5346f67db58[2cf84258922f306a3f84866685d2f5346f67db58]
+|link:https://cgit.freebsd.org/src/commit/?id=2cf84258922f306a3f84866685d2f5346f67db58[2cf84258922f]
 |January 26, 2021
 |14.0-CURRENT after fixing a clang assertion when building the package:devel/onetbb[] port.
 |===
@@ -751,22 +751,22 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
 |13.0-CURRENT after improving handling of alternate settings in the USB stack.
 
 |1300133
-|link:https://cgit.freebsd.org/src/commit/?id=2ed0c8d801f5f72dbde7a7d30135c1cc361a1e90[2ed0c8d801f5f72dbde7a7d30135c1cc361a1e90]
+|link:https://cgit.freebsd.org/src/commit/?id=2ed0c8d801f5f72dbde7a7d30135c1cc361a1e90[2ed0c8d801f5]
 |December 23, 2020
 |13.0-CURRENT after changing the internal API between the NFS and kernel RPC modules.
 
 |1300134
-|link:https://cgit.freebsd.org/src/commit/?id=a84b0e94cdbf1a17a798ab7f77375aacb4d400ff[a84b0e94cdbf1a17a798ab7f77375aacb4d400ff]
+|link:https://cgit.freebsd.org/src/commit/?id=a84b0e94cdbf1a17a798ab7f77375aacb4d400ff[a84b0e94cdbf]
 |January 7, 2021
 |13.0-CURRENT after factoring out the hardware-independent part of USB HID support to a new module.
 
 |1300135
-|link:https://cgit.freebsd.org/src/commit/?id=35a39dc5b34962081eeda8dbcf0b99a31585499b[35a39dc5b34962081eeda8dbcf0b99a31585499b]
+|link:https://cgit.freebsd.org/src/commit/?id=35a39dc5b34962081eeda8dbcf0b99a31585499b[35a39dc5b349]
 |January 12, 2021
 |13.0-CURRENT after adding `kernel_fpu_begin`/`kernel_fpu_end` to the LinuxKPI.
 
 |1300136
-|link:https://cgit.freebsd.org/src/commit/?id=72c551930be195b5ea982c1b16767f54388424f2[72c551930be195b5ea982c1b16767f54388424f2]
+|link:https://cgit.freebsd.org/src/commit/?id=72c551930be195b5ea982c1b16767f54388424f2[72c551930be1]
 |January 17, 2020
 |13.0-CURRENT after reimplementing LinuxKPI's `irq_work` queue on top of fast taskqueue.
 |===


More information about the dev-commits-doc-all mailing list