summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-01 07:13:24 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-01 07:13:24 +0000
commit30f3c8c70bbfab845ea8db868e961f9482bf637f (patch)
tree6e438723a91fadeb80b0d3de38652d4aaa150871 /ChangeLog
parent89cf0ec1a611494f15076d590fd6af214d4ff5ad (diff)
* tool/flie2lastrev.rb: supports git repositories which are cloned
from a git-svn gateway. Patch by Hongli Lai. [ruby-core:21020] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21239 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 447dca2056..0d0a14e0fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Jan 1 15:08:46 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+
+ * tool/flie2lastrev.rb: supports git repositories which are cloned
+ from a git-svn gateway.
+ Patch by Hongli Lai. [ruby-core:21020]
+
Thu Jan 1 16:08:11 2009 Tanaka Akira <akr@fsij.org>
* ext/socket/mkconstants.rb: generate init_constants function.