cgit.git  about / heads / tags
80x24.org cgit changes
tree d2657b3a73bbcef8781ef953c20b8e091e1cbaef
$ git ls-tree -l HEAD:tests	# shows similar output on the CLI

	size	name
 	33	.gitignore
 	273	Makefile
d	-	filters/
x	3819	setup.sh
x	1227	t0001-validate-git-versions.sh
x	933	t0010-validate-html.sh
x	1820	t0020-validate-cache.sh
x	715	t0101-index.sh
x	920	t0102-summary.sh
x	1035	t0103-log.sh
x	831	t0104-tree.sh
x	1116	t0105-commit.sh
x	546	t0106-diff.sh
x	1680	t0107-snapshot.sh
x	1725	t0108-patch.sh
x	1112	t0109-gitconfig.sh
x	1154	t0110-rawdiff.sh
x	1196	t0111-filter.sh
d	-	valgrind/
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/cgit.git