pub/scm/linux/kernel/git/ardb/efiloadertest.git  about / heads / tags
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/ardb/efiloadertest.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         Use public version of efiloader from crates.io (2024-02-16)

# 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 git
          1 linux-cxl

git clone https://80x24.org/lore/pub/scm/linux/kernel/git/ardb/efiloadertest.git