pub/scm/linux/kernel/git/dvhart/efilinux.git  about / heads / tags
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/dvhart/efilinux.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))'
  dvhart       Find crt0 and the LD script automatically (2011-11-10)

# 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)
          3 lkml
          1 bpf
          1 alsa-devel
          1 driverdev-devel
          1 linux-hyperv
          1 git
          1 tpmdd-devel
          1 ../../../../../../../powertop

git clone https://80x24.org/lore/pub/scm/linux/kernel/git/dvhart/efilinux.git