mogilefs-client.git  about / heads / tags
MogileFS client library for Ruby
$ git log --pretty=format:'%h %s (%cs)%d' v2.2.0 --
7e72f6a mogilefs-client 2.2.0 (2011-01-12)
	(tag: v2.2.0)
60c22ca refactor backend socket/connection handling (2011-01-12)
79718dd bump VERSION to 3.0.0pre (2010-02-19)
3f714b9 remove support for TCP_CORK (2010-02-19)
da9f66a avoid unnecessary IO#sync = true (2010-02-19)
5a9a0fb set encoding: binary for all files (2009-11-20)
b344655 backend: cleaner newline handling of error strings (2009-06-26)
19ba6f2 GNUmakefile: spaces for decls to avoid confusing make (2009-06-26)
3299ed2 mogilefs-client 2.1.0 (2009-04-11)
	(tag: v2.1.0)
127799e GNUmakefile: better logging/output control (2009-04-11)
...
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       Ruby mogilefs-client 3.12.2 (2020-02-06)
  pu           backend: respect timeout on socket/timeout errors (2012-07-27)
  checksums    socket_common: small simplification in read() calculation (2011-12-04)
  pipeline     list_keys/each_key: better handling of verbose listings (2011-11-11)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
v3.12.2      Ruby mogilefs-client 3.12.2 (2020-02-06) tar.gz
v3.12.1      Ruby mogilefs-client 3.12.1 (2019-11-11) tar.gz
v3.12.0      Ruby mogilefs-client 3.12.0 (2019-01-02) tar.gz
v3.11.1      mogilefs-client 3.11.1 (2017-03-23) tar.gz
v3.11.0      Ruby mogilefs-client 3.11.0 (2017-01-31) tar.gz
v3.10.0      Ruby mogilefs-client 3.10.0 (2016-08-31) tar.gz
v3.9.0       Ruby mogilefs-client 3.9.0 (2015-06-25) tar.gz
v3.8.0       Ruby mogilefs-client 3.8.0 (2015-02-10) tar.gz
v3.7.1       Ruby mogilefs-client 3.7.1 (2013-09-10) tar.gz
v3.7.0       Ruby mogilefs-client 3.7.0 (2013-07-18) tar.gz
...

# associated public inboxes:
# (number on the left is used for dev purposes)
            https://yhbt.net/mogilefs-client-public

git clone https://yhbt.net/mogilefs-client.git