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

	size	name
 	132	Makefile
 	3106	Makefile.local
 	1225	built-with.c
 	5009	config.cc
 	7873	database-private.h
 	80224	database.cc
 	9046	directory.cc
 	1978	filenames.c
 	750	gen-version-script.sh
 	13883	index.cc
 	8278	libsha1.c
 	1982	libsha1.h
 	7301	message-file.c
 	399	message-private.h
 	4347	message-property.cc
 	53377	message.cc
 	4516	messages.c
 	17963	notmuch-private.h
 	69328	notmuch.h
 	2871	parse-time-vrp.cc
 	1445	parse-time-vrp.h
 	1342	query-fp.cc
 	1322	query-fp.h
 	18841	query.cc
 	2795	sha1.c
 	2607	string-list.c
 	5244	string-map.c
 	1890	tags.c
 	18496	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