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

	size	name
x	4444	lei
x	2055	public-inbox-clone
x	1398	public-inbox-compact
x	6051	public-inbox-convert
x	7598	public-inbox-edit
x	3367	public-inbox-extindex
x	1520	public-inbox-fetch
x	1349	public-inbox-httpd
x	516	public-inbox-imapd
x	5923	public-inbox-index
x	7853	public-inbox-init
x	3549	public-inbox-learn
x	4153	public-inbox-mda
x	525	public-inbox-nntpd
x	1964	public-inbox-purge
x	1592	public-inbox-watch
x	2473	public-inbox-xcpdb
x	839	public-inbox.cgi
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