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

	size	name
 	132	Makefile
 	3146	Makefile.local
 	18501	add-message.cc
 	1262	built-with.c
 	5137	config.cc
 	9165	database-private.h
 	64611	database.cc
 	9074	directory.cc
 	1978	filenames.c
 	24135	index.cc
 	2440	indexopts.c
 	9637	message-file.c
 	2325	message-id.c
 	389	message-private.h
 	5499	message-property.cc
 	64287	message.cc
 	4944	messages.c
 	21020	notmuch-private.h
 	75761	notmuch.h
 	51	notmuch.sym
 	2914	parse-time-vrp.cc
 	1529	parse-time-vrp.h
 	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
 	5174	string-map.c
 	1890	tags.c
 	2230	thread-fp.cc
 	1300	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