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

	size	name
x	5242	dtas-archive
x	9628	dtas-console
x	248	dtas-ctl
x	2190	dtas-cueedit
x	345	dtas-enq
x	1865	dtas-mlib
x	1322	dtas-msinkctl
x	1016	dtas-partstats
x	909	dtas-player
x	5420	dtas-readahead
x	2525	dtas-sinkedit
x	2270	dtas-sourceedit
x	2213	dtas-splitfx
x	5451	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