libautocork.git  about / heads / tags
see http://git.kernel.org/?p=linux/kernel/git/acme/libautocork.git
$ git log --pretty=format:'%h %s (%cs)%d'
bcbf235 tests: disable core dumps when we *expect* an abort (2011-01-29)
	(HEAD -> master, v1)
235e77e add test for inheriting sockets across execve() (2011-01-29)
34e7e37 libautocork: use constructor attribute to init (2011-01-29)
75e3b59 add a basic test for the original client code (2011-01-28)
6602905 wrap close() to reset autocork states (2011-01-28)
e0c030e inline functions in headers to avoid compiler warnings (2011-01-28)
9a0ab3a libautocork: autocork sockets created by accept*() (2011-01-28)
368200f initial cut of a test suite (2011-01-28)
0d00398 split out timespec_delta into its own header (2011-01-28)
20e6910 libautocork: factor out autocork_{enable,disable} (2011-01-28)
...
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
  epoll        libautocork: uncork for level-triggered epoll (2011-01-30)
  v2           tests: disable core dumps when we *expect* an abort (2011-01-29)
* master       tests: disable core dumps when we *expect* an abort (2011-01-29)
  v1           tests: disable core dumps when we *expect* an abort (2011-01-29)
  tests        add a basic test for the epoll_ctl() wrapper (2011-01-28)

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

git clone https://yhbt.net/libautocork.git