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

	size	name
 	132	Makefile
 	3305	Makefile.local
 	18407	add-message.cc
 	1345	built-with.c
 	18300	config.cc
 	12772	database-private.h
 	46604	database.cc
 	9542	directory.cc
 	3844	features.cc
 	1978	filenames.c
 	24202	index.cc
 	2504	indexopts.c
 	351	init.cc
 	2349	lastmod-fp.cc
 	1318	lastmod-fp.h
 	10248	message-file.c
 	2325	message-id.c
 	389	message-private.h
 	5501	message-property.cc
 	67314	message.cc
 	4944	messages.c
 	22938	notmuch-private.h
 	91019	notmuch.h
 	51	notmuch.sym
 	24720	open.cc
 	23038	parse-sexp.cc
 	3361	parse-time-vrp.cc
 	1529	parse-time-vrp.h
 	7772	prefix.cc
 	1668	query-fp.cc
 	1293	query-fp.h
 	23475	query.cc
 	6614	regexp-fields.cc
 	2794	regexp-fields.h
 	1338	sexp-fp.cc
 	1213	sexp-fp.h
 	2439	sha1.c
 	2701	string-list.c
 	5636	string-map.c
 	1900	tags.c
 	1798	thread-fp.cc
 	1300	thread-fp.h
 	22303	thread.cc
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