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

	size	name
 	132	Makefile
 	3216	Makefile.local
 	18354	add-message.cc
 	1262	built-with.c
 	16810	config.cc
 	9954	database-private.h
 	45891	database.cc
 	9541	directory.cc
 	3841	features.cc
 	1978	filenames.c
 	24135	index.cc
 	2441	indexopts.c
 	10091	message-file.c
 	2325	message-id.c
 	389	message-private.h
 	5499	message-property.cc
 	65989	message.cc
 	4944	messages.c
 	22676	notmuch-private.h
 	87563	notmuch.h
 	51	notmuch.sym
 	21550	open.cc
 	2914	parse-time-vrp.cc
 	1529	parse-time-vrp.h
 	7456	prefix.cc
 	1302	query-fp.cc
 	1293	query-fp.h
 	19878	query.cc
 	5443	regexp-fields.cc
 	2584	regexp-fields.h
 	2439	sha1.c
 	2701	string-list.c
 	5654	string-map.c
 	1890	tags.c
 	2230	thread-fp.cc
 	1300	thread-fp.h
 	22301	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