pub/scm/utils/ras/rasd.git  about / heads / tags
mirror of https://git.kernel.org/pub/scm/utils/ras/rasd.git/
$ git log --pretty=format:'%h %s (%cs)%d'
9760c23 rasd: Log events data to the data file (2014-11-06)
	(HEAD -> master)
54415db rasd: Log debug info and events data to files (2014-11-06)
d869634 rasd: Daemonize the process (2014-11-06)
6e9f578 rasd: Read the events data and print out the events fields (2014-11-06)
bb89bad rasd: Use the event ID from the event format (2014-11-06)
d673206 rasd: Add event format parsing (2014-11-06)
004be0f rasd: Sdd format read & parse from the kernel files (2014-11-06)
69517ca rasd: Enable system wide tracing, on all CPUs (2014-11-06)
20ae0f1 rasd: Enable and use events ids (2014-11-06)
19642d6 rasd: Parse config file for events to enable (2014-11-06)
...
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       rasd: Log events data to the data file (2014-11-06)

# 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)
         18 lkml
          2 linux-mm
          1 linux-devicetree
          1 netdev
          1 linux-arm-kernel
          1 linux-renesas-soc
          1 dpdk-dev
          1 kvm
          1 cip-dev
          1 linux-omap
          1 linux-arch

git clone https://yhbt.net/lore/pub/scm/utils/ras/rasd.git