mahoro.git  about / heads / tags
Ruby interface to libmagic
tree 2af987c588dd02bae2120857623bfd565c5a0576
$ git ls-tree -l HEAD:	# shows similar output on the CLI

	size	name
 	49	.gitignore
 	1214	GNUmakefile
 	1013	INSTALL
 	568	README
d	-	ext/
d	-	lib/
 	261	magic.sample
 	861	mahoro.gemspec
 	2132	maintainership-transfer.mbox.gz
 	36182	setup.rb
d	-	test/
d	-	www/
glossary
--------
Tree objects belong to commits or other tree objects.  Trees may
reference blobs, sub-trees, or (rarely) commits of submodules.

Path names are stored in tree objects, but trees do not know
their own path name.  A tree's path name comes from their parent tree,
or it is the root tree referenced by a commit object.  Thus, this web UI
relies on the `b=' URI parameter as a hint to display the path name.
git clone https://yhbt.net/mahoro.git