Project

General

Profile

Actions

Feature #11713

closed

[PATCH] add .gitattributes

Added by normalperson (Eric Wong) over 8 years ago. Updated over 8 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
Actions #1

Updated by Anonymous over 8 years ago

  • 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: Atom PDF

Like0
Like0