mogilefs-client.git  about / heads / tags
MogileFS client library for Ruby
$ git log --pretty=format:'%h %s (%cs)%d' v1.3.1 --
971b5cc Version 1.3.1 (2008-10-02)
	(tag: v1.3.1)
53a15da Remember to include MogileFS::Util in MogileFS::MogileFS (2008-10-02)
242c6ff Version 1.3.0 (2008-09-18)
	(tag: v1.3.0)
29c83a1 Update maintainer and release info (2008-09-18)
f10e889 Fix ZenTest dependency and make it a dev-only dep (2008-09-18)
9c866e3 mog: add `test' command, currently only supports "test -e" (2008-09-18)
7f93c3f mog: ensure the tempfile is killed at death (2008-09-17)
71a440d mog: handle SIGPIPE and SIGINT gracefully (2008-09-11)
c06411e Add `mog' command-line tool as an example/frontend (2008-09-08)
6c8f2db Lower the large-file threshold to 64K (2008-09-08)
...
# 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