pub/scm/linux/kernel/git/will/bpf-devices.git  about / heads / tags
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/will/bpf-devices.git/
$ git log --pretty=format:'%h %s (%cs)%d'
# no commits in `HEAD', yet

# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
  main         Initial support for virtual cpufreq device (2023-06-08)

# 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)
          2 lkml
          1 linux-xfs
          1 qemu-devel
          1 linux-erofs
          1 xen-devel
          1 linux-gpio
          1 linux-trace-devel
          1 backports
          1 lttng-dev
          1 linux-arch

git clone https://80x24.org/lore/pub/scm/linux/kernel/git/will/bpf-devices.git