Project

General

Profile

Actions

Feature #11713

closed

[PATCH] add .gitattributes

Feature #11713: [PATCH] add .gitattributes

Added by normalperson (Eric Wong) almost 10 years ago. Updated almost 10 years ago.

Status:
Closed
Target version:
-
[ruby-core:71578]

Description

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

I don't think adding this file will break snapshot/tarball
generation, will it? Will commit soonish.


Files

0001-add-.gitattributes.patch (919 Bytes) 0001-add-.gitattributes.patch normalperson (Eric Wong), 11/19/2015 08:32 AM

Updated by Anonymous almost 10 years ago Actions #1

  • Status changed from Open to Closed

Applied in changeset r52674.


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

Actions

Also available in: PDF Atom