sox.git  about / heads / tags
master: git://git.code.sf.net/p/sox/code
tree 3743669bee2e1ee040e98275bdede6aefe788f69
$ git ls-tree -l pu:	# shows similar output on the CLI

	size	name
 	344	.gitignore
 	308	AUTHORS
 	8291	CMakeLists.txt
 	548	COPYING
 	82038	ChangeLog
 	77175	Doxyfile
 	5465	FEATURES.in
 	12759	INSTALL
 	17987	LICENSE.GPL
 	26436	LICENSE.LGPL
 	4068	Makefile.am
 	465	NEWS
 	4013	README.osx
x	2377	README.sh
 	5843	README.win32
 	26342	configure.ac
x	4033	cygbuild
d	-	debian/
d	-	libgsm/
 	15294	libsox.3
d	-	lpc10/
d	-	m4/
x	4615	mingwbuild
d	-	msvc10/
d	-	msvc14/
d	-	msvc9/
x	6030	osxbuild
x	8425	release.sh
 	1431	screenshot1
d	-	scripts/
 	151297	sox.1
 	264	sox.pc.in
 	27731	soxformat.7
 	3236	soxi.1
d	-	src/
d	-	test/
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 https://yhbt.net/sox.git