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

	size	name
 	132	Makefile
 	3281	Makefile.local
 	18407	add-message.cc
 	1345	built-with.c
 	18300	config.cc
 	12567	database-private.h
 	46595	database.cc
 	9542	directory.cc
 	3844	features.cc
 	1978	filenames.c
 	24202	index.cc
 	2504	indexopts.c
 	351	init.cc
 	10248	message-file.c
 	2325	message-id.c
 	389	message-private.h
 	5501	message-property.cc
 	66996	message.cc
 	4944	messages.c
 	22938	notmuch-private.h
 	90965	notmuch.h
 	51	notmuch.sym
 	23207	open.cc
 	23538	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