pub/scm/docs/docsko/korg.git  about / heads / tags
Source of korg.docs.kernel.org
$ git log --pretty=format:'%h %s (%cs)%d'
8845415 kup: add documentation on auto-publishing (2024-02-21)
	(HEAD -> master)
2398352 Remove "export-clean" from export options (2023-11-14)
6b2c897 pgpkeys: use full keyid to trust Linus' key (2023-10-17)
d6bb208 Use stronger wording to warn about DMARC violations (2023-10-16)
8196a3c Fix: documentation abour /h/ and /l/ shorteners (2023-06-21)
70b6330 social: pleroma -> akkoma (2023-03-15)
9931583 linuxdev.rst: Add pointers and examples for SIEVE (2022-11-21)
b8a95d4 Expand the social docs (2022-11-20)
f79a2fc Add social.kernel.org to index (2022-11-17)
2af6dc7 Add social.kernel.org documentation (2022-11-17)
...
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       kup: add documentation on auto-publishing (2024-02-21)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
# no tags, yet...

# associated public inboxes:
# (number on the left is used for dev purposes)
          1 lkml
          1 linux-nvme
          1 linux-devicetree
          1 xen-devel
          1 linux-arm-kernel
          1 dm-devel
          1 u-boot
          1 openembedded-core

git clone https://80x24.org/lore/pub/scm/docs/docsko/korg.git