ruby-json.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
tree 5c0b4f873cea5dbc28bc31c1335aab823c5e5016
$ git ls-tree -l HEAD:	# shows similar output on the CLI

	size	name
 	64	.gitignore
 	315	.travis.yml
 	10685	CHANGES
 	2574	COPYING
 	2591	COPYING-json-jruby
 	18114	GPL
 	121	Gemfile
 	929	README-json-jruby.markdown
 	12504	README.rdoc
 	12352	Rakefile
 	1	TODO
 	6	VERSION
d	-	benchmarks/
d	-	bin/
d	-	data/
d	-	diagrams/
d	-	ext/
x	641	install.rb
d	-	java/
 	528	json-java.gemspec
 	7980	json.gemspec
 	8154	json_pure.gemspec
d	-	lib/
d	-	tests/
d	-	tools/
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/ruby-json.git