mahoro.git  about / heads / tags
Ruby interface to libmagic
$ git log --pretty=format:'%h %s (%cs)%d'
fd06c21 mahoro 0.5 (2020-02-22)
	(HEAD -> master, tag: v0.5)
4eb3400 website: do not delete when publishing (2020-02-22)
11e85cc update URLs to YHBT.net (2020-02-22)
c5fab44 tree reorganization + various maint fixes (2013-04-05)
	(tag: v0.4)
7f87cbc add optional thread-safety module (2013-04-05)
803b2c8 cleanup: make cMahoro an automatic variable (2013-04-05)
ece3095 split out nogvl_compat header (2013-04-05)
befa6da Mahoro#file supports objects with #to_path support (2013-04-05)
f577434 release GVL if filesystem I/O is required (2013-04-05)
92e549d test: be more flexible with Mahoro::NONE matches (2013-04-04)
...

$ git cat-file blob HEAD:README
Mahoro - a Ruby interface to libmagic

An interface to libmagic to determine file types using "magic" numbers.
This can be used in place of calling the file(1) command in Ruby scripts.
Shu-yu Guo is the original author but all maintenance is handled by
Eric Wong nowadays.

documentation: https://yhbt.net/mahoro/API
source: git clone https://yhbt.net/mahoro.git
cgit web viewer: https://yhbt.net/mahoro.git/
public inbox: mahoro@public-inbox.org (plain-text only, please)
maintainer: Eric Wong <normalperson@yhbt.net>
libmagic: https://en.wikipedia.org/wiki/Libmagic

# 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