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

	size	name
 	733	v1.0.0.eml
 	14834	v1.1.0-pre1.eml
 	3455	v1.2.0.eml
 	3311	v1.3.0.eml
 	3103	v1.4.0.eml
 	2069	v1.5.0.eml
 	5842	v1.6.0.eml
 	2226	v1.6.1.eml
 	3331	v1.7.0.eml
 	1633	v1.8.0.eml
 	2286	v1.9.0.eml
 	6406	v2.0.0.wip
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