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

	size	name
 	154	.gitignore
 	80	.gitmodules
 	578	.mailmap
 	340	AUTHORS
 	18092	COPYING
 	4603	Makefile
 	3004	README
 	11066	cache.c
 	982	cache.h
 	34934	cgit.c
 	14136	cgit.css
 	9273	cgit.h
 	4434	cgit.mk
 	1366	cgit.png
 	34170	cgitrc.5.txt
 	4260	cmd.c
 	244	cmd.h
 	1612	configfile.c
 	239	configfile.h
d	-	contrib/
 	1078	favicon.ico
 	11965	filter.c
d	-	filters/
x	434	gen-version.sh
g		git @ commit5d826e972970a784bd7a7bdf587512510097b8c7
 	8250	html.c
 	1386	html.h
 	4752	parsing.c
 	47	robots.txt
 	6505	scan-tree.c
 	150	scan-tree.h
 	13199	shared.c
d	-	tests/
 	3436	ui-atom.c
 	112	ui-atom.h
 	7529	ui-blame.c
 	100	ui-blame.h
 	4323	ui-blob.c
 	308	ui-blob.h
 	2938	ui-clone.c
 	151	ui-clone.h
 	4372	ui-commit.c
 	129	ui-commit.h
 	13082	ui-diff.c
 	432	ui-diff.h
 	14861	ui-log.c
 	278	ui-log.h
 	2690	ui-patch.c
 	164	ui-patch.h
 	5173	ui-plain.c
 	100	ui-plain.h
 	5453	ui-refs.c
 	186	ui-refs.h
 	8580	ui-repolist.c
 	154	ui-repolist.h
 	30943	ui-shared.c
 	4009	ui-shared.h
 	8281	ui-snapshot.c
 	177	ui-snapshot.h
 	9400	ui-ssdiff.c
 	495	ui-ssdiff.h
 	9933	ui-stats.c
 	624	ui-stats.h
 	3654	ui-summary.c
 	156	ui-summary.h
 	2959	ui-tag.c
 	101	ui-tag.h
 	9418	ui-tree.c
 	119	ui-tree.h
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.

Commit objects may be stored in trees to reference submodules.

git clone https://80x24.org/cgit.git