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

	size	name
 	143	.gitignore
 	132	Makefile
 	2573	Makefile.local
 	12178	README
x	2645	T000-basic.sh
x	827	T010-help-test.sh
x	1708	T020-compact.sh
x	3680	T030-config.sh
x	1019	T040-setup.sh
x	14259	T050-new.sh
x	4746	T060-count.sh
x	11109	T070-insert.sh
x	12568	T080-search.sh
x	13695	T090-search-output.sh
x	14760	T095-address.sh
x	5420	T100-search-by-folder.sh
x	1273	T110-search-position-overlap-bug.sh
x	2329	T120-search-insufficient-from-quoting.sh
x	3065	T130-search-limiting.sh
x	24836	T140-excludes.sh
x	12613	T150-tagging.sh
x	8673	T160-json.sh
x	5574	T170-sexp.sh
x	3954	T180-text.sh
x	29211	T190-multipart.sh
x	10115	T200-thread-naming.sh
x	584	T205-author-naming.sh
x	2254	T210-raw.sh
x	12125	T220-reply.sh
x	9020	T230-reply-to-sender.sh
x	12350	T240-dump-restore.sh
x	1496	T250-uuencode.sh
x	2734	T260-thread-order.sh
x	3447	T270-author-order.sh
x	8882	T280-from-guessing.sh
x	2651	T290-long-id.sh
x	3178	T300-encoding.sh
x	45751	T310-emacs.sh
x	1031	T320-emacs-large-search-buffer.sh
x	5147	T330-emacs-subject-to-filename.sh
x	10423	T340-maildir-sync.sh
x	16530	T350-crypto.sh
x	1351	T351-pgpmime-mangling.sh
x	3548	T355-smime.sh
x	10208	T356-protected-headers.sh
x	12129	T357-index-decryption.sh
x	4096	T358-emacs-protected-headers.sh
x	1215	T360-symbol-hiding.sh
x	1389	T370-search-folder-coherence.sh
x	4383	T380-atomicity.sh
x	6157	T390-python.sh
x	503	T391-python-cffi.sh
x	2645	T395-ruby.sh
x	3199	T400-hooks.sh
x	2678	T410-argument-parsing.sh
x	191	T420-emacs-test-functions.sh
x	450	T430-emacs-address-cleaning.sh
x	3001	T440-emacs-hello.sh
x	8002	T450-emacs-show.sh
x	4075	T455-emacs-charsets.sh
x	6392	T460-emacs-tree.sh
x	4561	T470-missing-headers.sh
x	2510	T480-hex-escaping.sh
x	3490	T490-parse-time-string.sh
x	1625	T500-search-date.sh
x	10655	T510-thread-replies.sh
x	242	T520-show.sh
x	4225	T530-upgrade.sh
x	1958	T550-db-features.sh
x	8069	T560-lib-error.sh
x	2811	T570-revision-tracking.sh
x	915	T580-thread-search.sh
x	2183	T585-thread-subquery.sh
x	3609	T590-libconfig.sh
x	3529	T590-thread-breakage.sh
x	2333	T600-named-queries.sh
x	10927	T610-message-property.sh
x	1605	T620-lock.sh
x	2338	T630-emacs-draft.sh
x	1764	T640-database-modified.sh
x	8099	T650-regexp-query.sh
x	396	T660-bad-date.sh
x	3682	T670-duplicate-mid.sh
x	718	T680-html-indexing.sh
x	2386	T690-command-line-args.sh
x	3043	T700-reindex.sh
x	3030	T710-message-id.sh
x	236	T720-emacs-attachment-warnings.sh
x	2303	T720-lib-lifetime.sh
x	1247	T730-emacs-forwarding.sh
x	1507	T740-body.sh
x	6394	T750-gzip.sh
x	3519	T750-user-header.sh
x	1569	aggregate-results.sh
 	2257	arg-test.c
 	2942	atomicity.py
d	-	corpora/
 	1983	database-test.c
 	623	database-test.h
 	1345	emacs-address-cleaning.el
 	2362	emacs-attachment-warnings.el
d	-	emacs-show.expected-output/
d	-	emacs-tree.expected-output/
d	-	emacs.expected-output/
 	807	export-dirs.sh
 	1295	gen-threads.py
 	290	ghost-report.cc
 	212	gnupg-secret-key.NOTE
 	1957	gnupg-secret-key.asc
 	2073	hex-xcode.c
x	3219	json_check_nodes.py
 	809	make-db-version.cc
 	539	message-id-parse.c
x	2572	notmuch-test
 	283	notmuch-test.h
 	7403	parse-time.c
 	5625	random-corpus.c
d	-	smime/
 	7341	smtp-dummy.c
 	603	symbol-test.cc
d	-	test-databases/
 	270	test-lib-FREEBSD.sh
 	9560	test-lib-common.sh
 	6935	test-lib.el
 	31737	test-lib.sh
x	777	test-verbose
d	-	test.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