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

	size	name
 	57	.gitignore
 	17987	COPYING
x	560	GIT-VERSION-GEN
 	1474	INSTALL
 	1759	Makefile
 	1588	README
 	1448	compat-util.h
 	2391	fadvise.c
 	2301	mincore.c
 	1172	pcu-fadvise.1.txt
 	1192	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