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

	size	name
 	621	README
 	1631	README.unsubscribe
 	1173	apache2_cgi.conf
 	744	apache2_perl.conf
 	1304	apache2_perl_old.conf
 	836	cgi-webrick.rb
 	1054	cgit-commit-filter.lua
 	701	logrotate.conf
 	445	public-inbox-config
 	207	public-inbox-httpd.socket
 	1014	public-inbox-httpd@.service
 	208	public-inbox-nntpd.socket
 	1014	public-inbox-nntpd@.service
 	1878	public-inbox.psgi
 	252	unsubscribe-milter.socket
 	814	unsubscribe-milter@.service
 	270	unsubscribe-psgi.socket
 	634	unsubscribe-psgi@.service
 	3408	unsubscribe.milter
 	2325	unsubscribe.psgi
 	1884	varnish-4.vcl
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