pub/scm/docs/kernel/kernel-docs.git  about / heads / tags
Kernel Documentation tree
$ git log --pretty=format:'%h %s (%cs)%d'
592e62d Just checking this still works (2014-02-04)
	(HEAD -> master, tag: v2014-02-04-01)
797edce Add index.html (2013-03-12)
	(tag: v2013-03-12-01)
76f06a4 Even More Testing (2012-04-19)
02ba515 More Testing (2012-04-19)
c58fc4f Test (2012-04-19)
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       Just checking this still works (2014-02-04)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
v2014-02-04-01 Just checking this still works (2014-02-04) tar.gz
v2013-03-12-01 Add index.html (2013-03-12) tar.gz

git clone https://80x24.org/lore/pub/scm/docs/kernel/kernel-docs.git