dtas.git  about / heads / tags
duct tape audio suite for *nix
tree 759bf86b2242e4a2de8c803097e5474b7b5c5e29
$ git ls-tree -l mpd:bin	# shows similar output on the CLI

	size	name
x	4947	dtas-archive
x	8536	dtas-console
x	248	dtas-ctl
x	2190	dtas-cueedit
x	345	dtas-enq
x	1778	dtas-mlib
x	413	dtas-mpd-emu
x	1342	dtas-msinkctl
x	1109	dtas-partstats
x	934	dtas-player
x	5126	dtas-readahead
x	2550	dtas-sinkedit
x	2295	dtas-sourceedit
x	1778	dtas-splitfx
x	5211	dtas-tl
x	2493	dtas-xdelay
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 git://80x24.org/dtas.git
git clone https://80x24.org/dtas.git