ruby-sendfile.git  about / heads / tags
see git://github.com/codeslinger/sendfile
$ git log --pretty=format:'%h %s (%cs)%d'
7bde88a avoid deprecated rb_thread_blocking_region (2014-02-15)
	(HEAD -> master, rtrunk)
eb603e0 up version (2013-06-30)
9c3c6f1 Merge pull request #2 from dinedal/feature/os_x_bugfix (2013-06-30)
2fea83e Update specs to Minitest since that has replaced Test, fix all issues with Darwin support (2013-06-30)
601358d Fix issue where os x reported wrong bytes sent and EOF on success (2013-06-30)
9e5ddb2 update Gem spec (2013-06-30)
c7ae6c2 up version and fix description (2013-06-30)
0038a22 up version (2013-06-30)
9e9c7d0 Merge pull request #1 from dinedal/master (2013-06-30)
6431953 Attempt to add Darwin sendfile(2) support (2013-06-29)
...
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
  kgio-sendfile kgio-sendfile 1.2.1.1 (2014-03-13)
* master       avoid deprecated rb_thread_blocking_region (2014-02-15)
  rtrunk       avoid deprecated rb_thread_blocking_region (2014-02-15)
  freebsd-partial FreeBSD nogvl_sendfile returns success if anything was written (2014-02-08)
  trysendfile  add trysendfile interface to reduce EAGAIN costs (2011-02-26)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
kgio-sendfile_v1.2.1.1 kgio-sendfile 1.2.1.1 (2014-03-13) tar.gz

git clone https://yhbt.net/ruby-sendfile.git