perl-libnet.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
tree 9d1a785d32aa4eae9327ac60e5fd67a26f9b89b5
$ git ls-tree -l nntp-compress:t	# shows similar output on the CLI

	size	name
 	1285	changes.t
 	2414	config.t
 	1310	critic.t
 	2097	datasend.t
d	-	external/
 	1573	ftp.t
 	1497	hostname.t
 	806	libnet_t.pl
 	4314	netrc.t
 	1041	nntp.t
 	1855	nntp_compress.t
 	3590	nntp_deflate.t
 	1601	nntp_ipv6.t
 	2974	nntp_ssl.t
 	1355	pod.t
 	2547	pod_coverage.t
 	1553	pop3_ipv6.t
 	2941	pop3_ssl.t
 	940	require.t
 	629	smtp.t
 	1631	smtp_ipv6.t
 	3031	smtp_ssl.t
 	3668	time.t
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://80x24.org/perl-libnet.git