notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
tree 57d97d70cba10269c99d2b0d26baa1c6f73dc54e  path: lib

	size	name
 	133	Makefile
 	616	Makefile.local
 	2146	database-private.h
 	43877	database.cc
 	8994	directory.cc
d	-	getdate/
 	13314	index.cc
 	8161	libsha1.c
 	1918	libsha1.h
 	8284	message-file.c
 	21405	message.cc
 	4740	messages.c
 	12082	notmuch-private.h
 	39042	notmuch.h
 	9758	query.cc
 	2793	sha1.c
 	2907	tags.c
 	10279	thread.cc
 	2588	xutil.c
 	1292	xutil.h
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