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

	size	name
x	4948	dtas-archive
x	8466	dtas-console
x	248	dtas-ctl
x	2190	dtas-cueedit
x	345	dtas-enq
x	1865	dtas-mlib
x	1342	dtas-msinkctl
x	1109	dtas-partstats
x	934	dtas-player
x	5722	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