mahoro.git  about / heads / tags
Ruby interface to libmagic
$ git log --pretty=format:'%h %s (%cs)%d' v0.3 --
946991c fix trailing whitespace (2011-03-09)
	(tag: v0.3)
1f12984 better rdoc for constants (2011-02-27)
3349e33 add Mahoro#compile instance method (2011-02-27)
2a7697f add missing constants I found in magic.h (2011-02-27)
71bcc1c more '\0' byte in C string avoidance (2011-02-27)
11846a1 avoid needless wrapping of the magic_t with struct (2011-02-27)
655136d rb_const_set => rb_define_const (2011-02-27)
e619319 avoid needless double String conversion (2011-02-27)
9c14d0c disallow '\0' in C strings (2011-02-27)
c661c9b doc: add evidence of maintainership transfer (2011-01-31)
	(tag: v0.2)
...
# 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