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

	size	name
 	132	Makefile
 	3146	Makefile.local
 	18501	add-message.cc
 	1300	built-with.c
 	5012	config.cc
 	9180	database-private.h
 	64883	database.cc
 	9074	directory.cc
 	1978	filenames.c
 	21972	index.cc
 	2440	indexopts.c
 	9637	message-file.c
 	2325	message-id.c
 	389	message-private.h
 	5499	message-property.cc
 	63786	message.cc
 	4944	messages.c
 	21020	notmuch-private.h
 	75879	notmuch.h
 	51	notmuch.sym
 	2880	parse-time-vrp.cc
 	1455	parse-time-vrp.h
 	1342	query-fp.cc
 	1331	query-fp.h
 	19878	query.cc
 	5482	regexp-fields.cc
 	2621	regexp-fields.h
 	2439	sha1.c
 	2701	string-list.c
 	5174	string-map.c
 	1890	tags.c
 	2270	thread-fp.cc
 	1338	thread-fp.h
 	22155	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