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

	size	name
 	98	.gitignore
 	132	Makefile
 	1852	Makefile.local
 	10529	README
x	2612	T000-basic.sh
x	633	T010-help-test.sh
x	1623	T020-compact.sh
x	2745	T030-config.sh
x	601	T040-setup.sh
x	9235	T050-new.sh
x	2960	T060-count.sh
x	6895	T070-insert.sh
x	12162	T080-search.sh
x	12437	T090-search-output.sh
x	5407	T100-search-by-folder.sh
x	1249	T110-search-position-overlap-bug.sh
x	2305	T120-search-insufficient-from-quoting.sh
x	3041	T130-search-limiting.sh
x	24812	T140-excludes.sh
x	10950	T150-tagging.sh
x	6190	T160-json.sh
x	5444	T170-sexp.sh
x	3930	T180-text.sh
x	25422	T190-multipart.sh
x	8298	T200-thread-naming.sh
x	1091	T210-raw.sh
x	9732	T220-reply.sh
x	8965	T230-reply-to-sender.sh
x	11860	T240-dump-restore.sh
x	1472	T250-uuencode.sh
x	1587	T260-thread-order.sh
x	3423	T270-author-order.sh
x	8858	T280-from-guessing.sh
x	2627	T290-long-id.sh
x	2343	T300-encoding.sh
x	38102	T310-emacs.sh
x	1007	T320-emacs-large-search-buffer.sh
x	5123	T330-emacs-subject-to-filename.sh
x	9322	T340-maildir-sync.sh
x	12017	T350-crypto.sh
x	1080	T360-symbol-hiding.sh
x	1362	T370-search-folder-coherence.sh
x	4336	T380-atomicity.sh
x	1166	T390-python.sh
x	2726	T400-hooks.sh
x	334	T410-argument-parsing.sh
x	167	T420-emacs-test-functions.sh
x	426	T430-emacs-address-cleaning.sh
x	2972	T440-emacs-hello.sh
x	6604	T450-emacs-show.sh
x	6377	T460-emacs-tree.sh
x	4468	T470-missing-headers.sh
x	2458	T480-hex-escaping.sh
x	2856	T490-parse-time-string.sh
x	1053	T500-search-date.sh
x	6319	T510-thread-replies.sh
x	218	T520-show.sh
x	3681	T530-upgrade.sh
x	1637	aggregate-results.sh
 	1119	arg-test.c
 	1914	atomicity.gdb
d	-	corpus/
 	1982	database-test.c
 	623	database-test.h
 	1345	emacs-address-cleaning.el
d	-	emacs-show.expected-output/
d	-	emacs.expected-output/
 	212	gnupg-secret-key.NOTE
 	1957	gnupg-secret-key.asc
 	2109	hex-xcode.c
x	1271	notmuch-test
 	7292	parse-time.c
 	5309	random-corpus.c
 	6625	smtp-dummy.c
 	394	symbol-test.cc
d	-	test-databases/
 	3683	test-lib-common.sh
 	6134	test-lib.el
 	33687	test-lib.sh
x	715	test-verbose
d	-	test.expected-output/
d	-	tree.expected-output/
d	-	valgrind/
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