ruby-json.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
$ git log --pretty=format:'%h %s (%cs)%d'
40869aa json/generator: enforce Strings for fbuffer_append_str (2011-08-09)
	(HEAD -> master)
8a82bff ext/json/generator/generator.c: prevent GC of temporary strings (2011-08-09)
f7f7889 Merge branch 'master' of https://github.com/nobu/json into development (2011-07-08)
dcfa15b Ported fixes from fix_memory_leak into Parser.rl (2011-07-08)
24f84d6 remove trailing spaces. (2011-07-08)
10c6bfb Duplicate the argument of convert_encoding() only. (2011-07-08)
62b2f6a Adjust indent. (2011-07-08)
8f4e1c7 use default rake target (2011-07-08)
5e4b830 should not modify argument (2011-07-08)
72b05a2 no force_encoding (2011-07-08)
...
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       json/generator: enforce Strings for fbuffer_append_str (2011-08-09)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
# no tags, yet...

git clone https://yhbt.net/ruby-json.git