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

	size	name
 	132	Makefile
 	3146	Makefile.local
 	18486	add-message.cc
 	1319	built-with.c
 	5009	config.cc
 	8783	database-private.h
 	61129	database.cc
 	9036	directory.cc
 	1978	filenames.c
 	19869	index.cc
 	2423	indexopts.c
 	10760	message-file.c
 	2321	message-id.c
 	389	message-private.h
 	5499	message-property.cc
 	63298	message.cc
 	4942	messages.c
 	20126	notmuch-private.h
 	75626	notmuch.h
 	51	notmuch.sym
 	2871	parse-time-vrp.cc
 	1445	parse-time-vrp.h
 	1342	query-fp.cc
 	1322	query-fp.h
 	19862	query.cc
 	5424	regexp-fields.cc
 	2616	regexp-fields.h
 	2438	sha1.c
 	2699	string-list.c
 	5175	string-map.c
 	1890	tags.c
 	2270	thread-fp.cc
 	1329	thread-fp.h
 	22109	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