pub/scm/linux/kernel/git/abelloni/rtc-tools.git  about / heads / tags
rtc-tools
$ git log --pretty=format:'%h %s (%cs)%d'
6183977 rtc-tools: Add a Makefile (2022-02-15)
	(HEAD -> master, tag: 2022.02)
acc442e .gitignore: Add an entry for rtc-range (2022-01-16)
b50b8ea rtc: add more feature support (2021-11-24)
7bb32be rtc: fix gcc Wall warnings (2021-10-11)
36f663f rtc: add param support (2021-10-11)
d3f6e86 rtc: add support for voltages flags (2020-05-05)
440f08b rtc-sync: remove TODO (2020-04-27)
6658478 rtc-range: check for more dates (2020-04-27)
d2941c9 rtc: correct flags type (2019-12-14)
383a04e rtc: document vlrd and vlclr (2019-12-14)
...
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       rtc-tools: Add a Makefile (2022-02-15)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
2022.02      v2022.02 (2022-02-15) tar.gz

# associated public inboxes:
# (number on the left is used for dev purposes)
          2 linux-rtc
          1 lkml
          1 qemu-devel
          1 fstests
          1 linux-doc

git clone https://80x24.org/lore/pub/scm/linux/kernel/git/abelloni/rtc-tools.git