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

	size	name
x	4387	lei
x	3876	public-inbox-cindex
x	2641	public-inbox-clone
x	1519	public-inbox-compact
x	5773	public-inbox-convert
x	7516	public-inbox-edit
x	3367	public-inbox-extindex
x	1515	public-inbox-fetch
x	262	public-inbox-httpd
x	271	public-inbox-imapd
x	5873	public-inbox-index
x	7438	public-inbox-init
x	3683	public-inbox-learn
x	4375	public-inbox-mda
x	205	public-inbox-netd
x	261	public-inbox-nntpd
x	261	public-inbox-pop3d
x	1922	public-inbox-purge
x	1795	public-inbox-watch
x	2594	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