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

	size	name
 	154	.gitignore
 	80	.gitmodules
 	578	.mailmap
 	340	AUTHORS
 	18092	COPYING
 	4603	Makefile
 	3004	README
 	10927	cache.c
 	982	cache.h
 	35145	cgit.c
 	14135	cgit.css
 	9286	cgit.h
 	4434	cgit.mk
 	1366	cgit.png
 	34506	cgitrc.5.txt
 	4253	cmd.c
 	244	cmd.h
 	1612	configfile.c
 	239	configfile.h
d	-	contrib/
 	1078	favicon.ico
 	11302	filter.c
d	-	filters/
x	434	gen-version.sh
g		git @ commit71ca53e8125e36efbda17293c50027d31681a41f
 	8253	html.c
 	1386	html.h
 	4739	parsing.c
 	47	robots.txt
 	6505	scan-tree.c
 	150	scan-tree.h
 	13242	shared.c
d	-	tests/
 	3474	ui-atom.c
 	118	ui-atom.h
 	7574	ui-blame.c
 	100	ui-blame.h
 	4511	ui-blob.c
 	308	ui-blob.h
 	2938	ui-clone.c
 	151	ui-clone.h
 	4363	ui-commit.c
 	129	ui-commit.h
 	13072	ui-diff.c
 	432	ui-diff.h
 	14855	ui-log.c
 	284	ui-log.h
 	2696	ui-patch.c
 	164	ui-patch.h
 	5236	ui-plain.c
 	100	ui-plain.h
 	5459	ui-refs.c
 	186	ui-refs.h
 	8595	ui-repolist.c
 	154	ui-repolist.h
 	31094	ui-shared.c
 	4009	ui-shared.h
 	8660	ui-snapshot.c
 	177	ui-snapshot.h
 	9527	ui-ssdiff.c
 	495	ui-ssdiff.h
 	9967	ui-stats.c
 	624	ui-stats.h
 	3660	ui-summary.c
 	162	ui-summary.h
 	2956	ui-tag.c
 	101	ui-tag.h
 	9522	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