From f25283b05fee71c630573a6cabd5a3d95b1d74a8 Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 1 Jan 2009 06:43:34 +0000 Subject: * tool/flie2lastrev.rb: supports git repositories which are cloned from a git-svn gateway. Patch by Hongli Lai. [ruby-core:21020] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21236 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2e79b984c..c24cde98d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Jan 1 15:08:46 2009 Yuki Sonoda (Yugui) + + * tool/flie2lastrev.rb: supports git repositories which are cloned + from a git-svn gateway. + Patch by Hongli Lai. [ruby-core:21020] + Thu Jan 1 07:42:36 2009 Yukihiro Matsumoto * lib/singleton.rb: fix indentation of RDoc text. [ruby-core:21029] -- cgit