git-svn.git  about / heads / tags
git-svn dev repo, rebased against Junio's git.git master
tree 6703929baccdee49d12d8c2fdab7b5457ada6a4b
$ git ls-tree -l gitgui-0.19.0:	# shows similar output on the CLI

	size	name
 	170	.gitattributes
 	97	.gitignore
x	1813	GIT-VERSION-GEN
 	11664	Makefile
x	1372	git-gui--askpass
x	100402	git-gui.sh
d	-	lib/
d	-	macosx/
d	-	po/
d	-	windows/
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/git-svn.git