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

	size	name
 	143	.gitignore
 	132	Makefile
 	2579	Makefile.local
 	11997	README
x	2646	T000-basic.sh
x	827	T010-help-test.sh
x	1287	T020-compact.sh
x	5167	T030-config.sh
x	15850	T035-read-config.sh
x	1194	T040-setup.sh
x	15510	T050-new.sh
x	9664	T055-path-config.sh
x	4741	T060-count.sh
x	11153	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	25512	T140-excludes.sh
x	12588	T150-tagging.sh
x	9452	T160-json.sh
x	5625	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	2255	T210-raw.sh
x	12125	T220-reply.sh
x	9008	T230-reply-to-sender.sh
x	12317	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	3145	T300-encoding.sh
x	47135	T310-emacs.sh
x	1102	T320-emacs-large-search-buffer.sh
x	5218	T330-emacs-subject-to-filename.sh
x	10422	T340-maildir-sync.sh
x	16714	T350-crypto.sh
x	1351	T351-pgpmime-mangling.sh
x	8386	T355-smime.sh
x	12708	T356-protected-headers.sh
x	12320	T357-index-decryption.sh
x	4166	T358-emacs-protected-headers.sh
x	1275	T360-symbol-hiding.sh
x	1389	T370-search-folder-coherence.sh
x	4395	T380-atomicity.sh
x	805	T385-transactions.sh
x	6157	T390-python.sh
x	515	T391-python-cffi.sh
x	2626	T395-ruby.sh
x	6368	T400-hooks.sh
x	2676	T410-argument-parsing.sh
x	242	T420-emacs-test-functions.sh
x	521	T430-emacs-address-cleaning.sh
x	3071	T440-emacs-hello.sh
x	8064	T450-emacs-show.sh
x	4146	T455-emacs-charsets.sh
x	6462	T460-emacs-tree.sh
x	1270	T465-emacs-unthreaded.sh
x	4561	T470-missing-headers.sh
x	2506	T480-hex-escaping.sh
x	3490	T490-parse-time-string.sh
x	1536	T500-search-date.sh
x	10705	T510-thread-replies.sh
x	1020	T520-show.sh
x	2329	T530-upgrade.sh
x	1958	T550-db-features.sh
x	8102	T560-lib-error.sh
x	11243	T562-lib-database.sh
x	3448	T563-lib-directory.sh
x	7169	T564-lib-query.sh
x	9988	T566-lib-message.sh
x	8880	T568-lib-thread.sh
x	2811	T570-revision-tracking.sh
x	915	T580-thread-search.sh
x	1827	T585-thread-subquery.sh
x	23904	T590-libconfig.sh
x	3534	T592-thread-breakage.sh
x	3567	T595-reopen.sh
x	2633	T600-named-queries.sh
x	11425	T610-message-property.sh
x	1605	T620-lock.sh
x	2408	T630-emacs-draft.sh
x	1764	T640-database-modified.sh
x	8025	T650-regexp-query.sh
x	396	T660-bad-date.sh
x	3873	T670-duplicate-mid.sh
x	718	T680-html-indexing.sh
x	2386	T690-command-line-args.sh
x	3501	T700-reindex.sh
x	3030	T710-message-id.sh
x	307	T720-emacs-attachment-warnings.sh
x	2303	T720-lib-lifetime.sh
x	1318	T730-emacs-forwarding.sh
x	1507	T740-body.sh
x	6442	T750-gzip.sh
x	3782	T750-user-header.sh
x	2017	aggregate-results.sh
 	2257	arg-test.c
 	2942	atomicity.py
d	-	corpora/
 	1983	database-test.c
 	623	database-test.h
 	1350	emacs-address-cleaning.el
 	2834	emacs-attachment-warnings.el
d	-	emacs-show.expected-output/
d	-	emacs-tree.expected-output/
d	-	emacs.expected-output/
 	808	export-dirs.sh
 	1295	gen-threads.py
 	291	ghost-report.cc
 	212	gnupg-secret-key.NOTE
 	1957	gnupg-secret-key.asc
 	2073	hex-xcode.c
x	3220	json_check_nodes.py
 	810	make-db-version.cc
 	539	message-id-parse.c
x	2654	notmuch-test
 	303	notmuch-test.h
 	7403	parse-time.c
 	5573	random-corpus.c
d	-	setup.expected-output/
d	-	smime/
 	7341	smtp-dummy.c
 	603	symbol-test.cc
 	270	test-lib-FREEBSD.sh
 	9560	test-lib-common.sh
 	6915	test-lib-emacs.sh
 	5892	test-lib.el
 	28455	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