rack.git  about / heads / tags
a modular Ruby webserver interface
$ git log --pretty=format:'%h %s (%cs)%d' 1.3.5 --
d4f1d358 Bump to 1.3.5  (aaah, laptop power running out...) (2011-10-17)
	(tag: 1.3.5)
f18c77b6 Add release note for 1.3.5 (2011-10-17)
f97d7266 fixes #246. Silence the warning about redefining this constant from the standard library. (2011-10-17)
af62b15b Gahhh TAAABBZZZ (2011-10-01)
	(tag: 1.3.4)
5e34e7d3 Bump version number (2011-10-01)
37caeda7 Correct 1.3.4 release message (2011-10-01)
9825ff79 Update README for the 1.3.4 release (2011-10-01)
9ec9bee8 Use the modern mongrel that should work on jruby and 1.9 (2011-10-01)
9ad11927 Adding travis-ci yaml setup... going to need to fix up the environment (2011-10-01)
67fb0209 Add a Gemfile, this is purely for travis-ci (2011-10-01)
...
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
  misattribute fix misattributed entries in CHANGELOG (2022-12-24)
  chunk        chunked: remove deprecation warning (2022-09-01)
  no-unicorn   README.rdoc: remove incorrect URL for unicorn (2019-12-15)
  webrick-devdep webrick: remove concurrent-ruby dev dependency (2017-12-29)
  logger-time  common_logger: rely on monotonic clock (2017-06-29)
  deflater     deflater: reduce live Time objects (2017-06-29)
  rfc7231-sec6.3.6-205 Revert "Add 205 Reset Content to the list of statuses without a message body" (2016-12-14)
  no-deflate   deflater: remove "deflate" encoding support (2016-07-26)
  webrick-header-each webrick: detect partial hijack without hash headers (2016-05-12)
  lint-case-sens lint: clarify "rack.hijack" case-sensitivity in response (2016-05-12)
...

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
1.6.11       tagging 1.6.11 (2018-11-05) tar.gz
2.0.6        tagging 2.0.6 (2018-11-05) tar.gz
1.6.10       Bump version for release (2018-04-23) tar.gz
2.0.5        Bump version for release (2018-04-23) tar.gz
1.6.9        1.6.9 (2018-02-28) tar.gz
2.0.4        Bumping version (2018-01-31) tar.gz
1.6.8        tagging 1.6.8 (2017-05-16) tar.gz
2.0.3        Bump version for release (2017-05-15) tar.gz
1.6.7        Bump rack version for release (2017-05-15) tar.gz
2.0.2        Bump Rack version for release (2017-05-08) tar.gz
...

git clone https://yhbt.net/rack.git