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

	size	name
 	127	.gitignore
 	132	Makefile
 	2320	Makefile.local
 	11603	README
x	2761	T000-basic.sh
x	666	T010-help-test.sh
x	1639	T020-compact.sh
x	2948	T030-config.sh
x	1024	T040-setup.sh
x	10173	T050-new.sh
x	4009	T060-count.sh
x	8387	T070-insert.sh
x	12172	T080-search.sh
x	13681	T090-search-output.sh
x	13769	T095-address.sh
x	5417	T100-search-by-folder.sh
x	1259	T110-search-position-overlap-bug.sh
x	2315	T120-search-insufficient-from-quoting.sh
x	3051	T130-search-limiting.sh
x	24822	T140-excludes.sh
x	12116	T150-tagging.sh
x	6200	T160-json.sh
x	5454	T170-sexp.sh
x	3940	T180-text.sh
x	28250	T190-multipart.sh
x	10111	T200-thread-naming.sh
x	570	T205-author-naming.sh
x	1122	T210-raw.sh
x	10283	T220-reply.sh
x	8975	T230-reply-to-sender.sh
x	11969	T240-dump-restore.sh
x	1482	T250-uuencode.sh
x	2706	T260-thread-order.sh
x	3433	T270-author-order.sh
x	8868	T280-from-guessing.sh
x	2637	T290-long-id.sh
x	2353	T300-encoding.sh
x	39134	T310-emacs.sh
x	1017	T320-emacs-large-search-buffer.sh
x	5133	T330-emacs-subject-to-filename.sh
x	9332	T340-maildir-sync.sh
x	12646	T350-crypto.sh
x	3134	T355-smime.sh
x	1192	T360-symbol-hiding.sh
x	1372	T370-search-folder-coherence.sh
x	4337	T380-atomicity.sh
x	1230	T390-python.sh
x	2631	T395-ruby.sh
x	3201	T400-hooks.sh
x	376	T410-argument-parsing.sh
x	177	T420-emacs-test-functions.sh
x	436	T430-emacs-address-cleaning.sh
x	2982	T440-emacs-hello.sh
x	6662	T450-emacs-show.sh
x	4061	T455-emacs-charsets.sh
x	6389	T460-emacs-tree.sh
x	4489	T470-missing-headers.sh
x	2468	T480-hex-escaping.sh
x	3476	T490-parse-time-string.sh
x	1594	T500-search-date.sh
x	7636	T510-thread-replies.sh
x	228	T520-show.sh
x	3662	T530-upgrade.sh
x	1944	T550-db-features.sh
x	8036	T560-lib-error.sh
x	2701	T570-revision-tracking.sh
x	897	T580-thread-search.sh
x	3595	T590-libconfig.sh
x	3451	T590-thread-breakage.sh
x	2212	T600-named-queries.sh
x	7946	T610-message-property.sh
x	1545	T620-lock.sh
x	1699	aggregate-results.sh
 	1358	arg-test.c
 	2849	atomicity.py
d	-	corpora/
 	1983	database-test.c
 	623	database-test.h
 	1345	emacs-address-cleaning.el
d	-	emacs-show.expected-output/
d	-	emacs.expected-output/
 	1295	gen-threads.py
 	286	ghost-report.cc
 	212	gnupg-secret-key.NOTE
 	1957	gnupg-secret-key.asc
 	2109	hex-xcode.c
 	808	make-db-version.cc
x	1283	notmuch-test
 	279	notmuch-test.h
 	7293	parse-time.c
 	5675	random-corpus.c
d	-	smime/
 	6626	smtp-dummy.c
 	600	symbol-test.cc
d	-	test-databases/
 	4604	test-lib-common.sh
 	6935	test-lib.el
 	35901	test-lib.sh
x	725	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