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

	size	name
 	132	Makefile
 	3235	Makefile.local
 	18407	add-message.cc
 	1262	built-with.c
 	17838	config.cc
 	10266	database-private.h
 	46169	database.cc
 	9542	directory.cc
 	3844	features.cc
 	1978	filenames.c
 	24202	index.cc
 	2442	indexopts.c
 	351	init.cc
 	10018	message-file.c
 	2325	message-id.c
 	389	message-private.h
 	5501	message-property.cc
 	66167	message.cc
 	4944	messages.c
 	22750	notmuch-private.h
 	90046	notmuch.h
 	51	notmuch.sym
 	22844	open.cc
 	2916	parse-time-vrp.cc
 	1529	parse-time-vrp.h
 	7458	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
 	5636	string-map.c
 	1890	tags.c
 	2242	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