Commit Graph

4 Commits

Author SHA1 Message Date
Kazuhiro NISHIYAMA 929fa856ef
Add tool/leaked-globals to .gitattributes [ci skip] 2019-07-15 13:45:14 +09:00
Kazuhiro NISHIYAMA 4946c3e4b5
Add tool/format-release to .gitattributes 2019-04-23 14:09:45 +09:00
nobu 86888f9cec rename ruby-runner as bin/ruby
* Makefile.in, configure.in, tool/runruby.rb: rename ruby-runner
  executable file as $(RUBY_INSTALL_NAME) under bin, to mimic
  dirty `#!/usr/bin/env` hack.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-09-15 17:42:00 +00:00
normal c208841410 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]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-11-19 22:09:47 +00:00