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

	size	name
 	20	.gitignore
 	2080	dc-dlvr-spam-flow.txt
 	6139	design_notes.txt
 	4397	design_www.txt
 	1542	hosted.txt
 	2773	include.mk
 	1129	public-inbox-compact.pod
 	4043	public-inbox-config.pod
 	1002	public-inbox-convert.pod
 	4853	public-inbox-daemon.pod
 	1080	public-inbox-httpd.pod
 	3465	public-inbox-index.pod
 	1132	public-inbox-mda.pod
 	1333	public-inbox-nntpd.pod
 	3179	public-inbox-overview.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