pub/scm/linux/kernel/git/rw/geschiche.git  about / heads / tags
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/rw/geschiche.git/
$ git log --pretty=format:'%h %s (%cs)%d'
5d54ec0 Reload source files is mtime has changed. (2021-11-25)
	(HEAD -> master)
4c99d67 vlc: Remove stale debug print (2021-11-24)
8f5a76a Initial commit (2021-11-24)
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       Reload source files is mtime has changed. (2021-11-25)

# 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-nfs
          1 netfilter-devel
          1 linux-gpio
          1 linux-rdma
          1 dpdk-dev
          1 linuxppc-dev
          1 util-linux
          1 git
          1 dm-devel
          1 u-boot
          1 fio
          1 poky

git clone https://80x24.org/lore/pub/scm/linux/kernel/git/rw/geschiche.git