public-inbox.git  about / heads / tags
an "archives first" approach to mailing lists
tree a254eb873ebbc142ea026733ddb59973c37afaee
$ git ls-tree -l viewdiff:Documentation	# shows similar output on the CLI

	size	name
 	20	.gitignore
 	2080	dc-dlvr-spam-flow.txt
 	5549	design_notes.txt
 	4384	design_www.txt
 	1999	hosted.txt
 	2831	include.mk
 	1129	public-inbox-compact.pod
 	4288	public-inbox-config.pod
 	1002	public-inbox-convert.pod
 	4853	public-inbox-daemon.pod
 	1080	public-inbox-httpd.pod
 	3465	public-inbox-index.pod
 	1271	public-inbox-mda.pod
 	1333	public-inbox-nntpd.pod
 	3179	public-inbox-overview.pod
 	5475	public-inbox-v1-format.pod
 	8392	public-inbox-v2-format.pod
 	3096	public-inbox-watch.pod
x	869	txt2pre
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://public-inbox.org/public-inbox.git
git clone http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/public-inbox.git