mahoro.git  about / heads / tags
Ruby interface to libmagic
$ git log --pretty=format:'%h %s (%cs)%d' v0.2 --
c661c9b doc: add evidence of maintainership transfer (2011-01-31)
	(tag: v0.2)
8a50c79 add gemspec for RubyGems.org (2011-01-31)
3bbb5d3 use xfree() instead of free() in for GC destructor (2011-01-31)
f6c7de7 test: do not use initialize in testcase (2011-01-31)
c122d7c test: workaround for mime output variation (2011-01-31)
ea0455e update for Ruby 1.9 compatibility (2011-01-31)
4802199 initial import (2011-01-30)
	(tag: v0.1)
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       mahoro 0.5 (2020-02-22)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
v0.5         mahoro 0.5 (2020-02-22) tar.gz
v0.4         mahoro 0.4 - documentation updates and concurrency (2013-04-05) tar.gz
v0.3         mahoro 0.3 - minor fixes and improvements (2011-03-15) tar.gz
v0.2         mahoro 0.2 - Ruby 1.9 compatibility! (2011-01-31) tar.gz
v0.1         mahoro 0.1 (2011-01-30) tar.gz

# associated public inboxes:
# (number on the left is used for dev purposes)
            https://public-inbox.org/mahoro

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