ruby-changes:40595
From: normal <ko1@a...>
Date: Fri, 20 Nov 2015 07:10:08 +0900 (JST)
Subject: [ruby-changes:40595] normal:r52674 (trunk): add .gitattributes
normal 2015-11-20 07:09:47 +0900 (Fri, 20 Nov 2015) New Revision: 52674 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52674 Log: add .gitattributes This improves method detection for Ruby source files; making output of "git diff" and "git log -p -W" more readable for git users looking at our Ruby code. git will automatically notice this file and start using it when generating diff output. See the gitattributes(5) manpage for more details. Ruby pattern definitions reside in userdiff.c of the git sources at git://git.kernel.org/pub/scm/git/git.git * .gitattributes: new file for git users [ruby-core:71578] [Feature #11713] Added files: trunk/.gitattributes Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 52673) +++ ChangeLog (revision 52674) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Fri Nov 20 06:52:53 2015 Eric Wong <e@8...> + + * .gitattributes: new file for git users + [ruby-core:71578] [Feature #11713] + Thu Nov 19 22:35:31 2015 Tanaka Akira <akr@f...> * ext/socket/ancdata.c: Check buffer full and ignore MSG_TRUNC flag. Index: .gitattributes =================================================================== --- .gitattributes (revision 0) +++ .gitattributes (revision 52674) @@ -0,0 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/.gitattributes#L1 +*.gemspec diff=ruby +*.rb diff=ruby +bin/* diff=ruby +tool/update-deps diff=ruby +tool/make-snapshot diff=ruby -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/