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

	size	name
 	20	.gitignore
 	2080	dc-dlvr-spam-flow.txt
 	6145	design_notes.txt
 	4347	design_www.txt
 	2768	include.mk
 	4043	public-inbox-config.pod
 	4853	public-inbox-daemon.pod
 	1080	public-inbox-httpd.pod
 	3456	public-inbox-index.pod
 	1132	public-inbox-mda.pod
 	1333	public-inbox-nntpd.pod
 	3174	public-inbox-overview.pod
 	3091	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