pub/scm/linux/kernel/git/geert/amiga-nvram.git  about / heads / tags
Amiga NVRAM tool
$ git log --pretty=format:'%h %s (%cs)%d'
f9f4106 Correct whitespace (2013-08-22)
	(HEAD -> master)
e1e94c9 Remove unneeded includes (2013-08-22)
55ac192 Add shared.ide_extra_wait_addr (from perl_Reaction) (2010-07-03)
0832c61 Calculate the field width instead of hardcoding the alignment (2010-07-03)
6775ed1 Merge word and offset into a single addr value (2010-07-03)
39b64b1 Remove old ifdef'ed out checksum code (2010-07-03)
0600b42 Break long lines in help text (2010-06-23)
199c206 Remove path prefix from program name (2010-06-23)
0c1b8c7 Add support for modifying an individual NVRAM field (2010-06-23)
9ba58be Move checksum printing inside nvram_dump() (2010-06-23)
...
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       Correct whitespace (2013-08-22)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
# no tags, yet...

git clone https://80x24.org/lore/pub/scm/linux/kernel/git/geert/amiga-nvram.git