notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
tree 02a805807f1eef6df87b357115bd247e44bd5764  path: bindings/ruby

	size	name
 	86	.gitignore
 	215	README
 	11499	database.c
 	9263	defs.h
 	2918	directory.c
 	506	extconf.rb
 	1507	filenames.c
 	18090	init.c
 	7938	message.c
 	2082	messages.c
 	4632	query.c
x	331	rdoc.sh
 	1982	status.c
 	1484	tags.c
 	4756	thread.c
 	1604	threads.c
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://yhetil.org/notmuch.git