pcu.git  about / heads / tags
page cache utilities for Linux
tree 372b859ab5bd664a249690d6aabd8f82371ef07c
$ git ls-tree -l HEAD:	# shows similar output on the CLI

	size	name
 	79	.gitignore
 	17987	COPYING
x	560	GIT-VERSION-GEN
 	1474	INSTALL
 	2075	Makefile
 	1613	README
 	1728	compat-util.h
 	2379	fadvise.c
 	2643	fsync.c
 	2561	mincore.c
 	1172	pcu-fadvise.1.txt
 	1341	pcu-fsync.1.txt
 	1405	pcu-mincore.1.txt
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://yhbt.net/pcu.git