pub/scm/linux/kernel/git/mricon/hook-test.git  about / heads / tags
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/mricon/hook-test.git/
$ git log --pretty=format:'%h %s (%cs)%d'
3c57091 2->3 (2023-02-28)
	(HEAD -> main)
2b82127 Test hook (2023-02-28)
ca8f010 Test 2->3 (2022-02-14)
038fad0 Back to 1->2 (2022-01-14)
19d4b80 Final replication test (2021-12-28)
c997db8 Another replication push (2021-12-28)
873a732 push test to new gitolite (2021-12-27)
16b6f9d another propagation test (2021-12-27)
b075e2a another propagation test (2021-12-27)
03f4eaf another propagation test (2021-12-27)
...
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* main         2->3 (2023-02-28)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
v0.1.4-rc1   Adding v0.1.4-rc1 to test -rc tags (2018-07-17) tar.gz
v0.1.3       Added new tag v0.1.3 (2018-07-17) tar.gz
v0.1.2       Create annotated tag for v0.1.2 (2018-07-16) tar.gz
v0.1.1       Another test (2017-05-11) tar.gz

# associated public inboxes:
# (number on the left is used for dev purposes)
          3 xenomai
          2 linux-rdma
          2 git
          1 linux-wireless
          1 qemu-devel
          1 dpdk-dev
          1 linux-modules
          1 cip-dev
          1 linux-can
          1 openembedded-devel
          1 initramfs
          1 reiserfs-devel

git clone https://80x24.org/lore/pub/scm/linux/kernel/git/mricon/hook-test.git