pub/scm/linux/kernel/git/joern/cancd.git  about / heads / tags
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/joern/cancd.git/
$ git log --pretty=format:'%h %s (%cs)%d'
0f7e764 Version 0.2.2 (2015-09-15)
	(HEAD -> master)
5829561 ignore "eth0." dns prefixes (2015-09-15)
8ac093b Close idle logfiles (2015-09-15)
9e8d1d2 Fix size option (2015-09-15)
a4d1017 Improve syslog (2015-09-15)
d6627a2 Bump version to 0.2.1 (2015-09-08)
45e5408 Fix Makefile (2015-02-17)
e3b0e34 Cache open/stat for performance (2015-02-17)
bbb023f Add a maximum file size parameter (2015-02-17)
9ea3811 Fix 32bit btree primitives (2012-11-20)
...
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       Version 0.2.2 (2015-09-15)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
v0.2.0       Normalize and shorten filenames (2012-01-17) tar.gz
v0.1.0       Fix relative path goofup and overflows (2011-12-18) tar.gz

# associated public inboxes:
# (number on the left is used for dev purposes)
          1 lkml
          1 qemu-devel
          1 linux-mm
          1 stable

git clone https://80x24.org/lore/pub/scm/linux/kernel/git/joern/cancd.git