Page MenuHomeFreeBSD

Add .rb files to .gitattributes
ClosedPublic

Authored by minsoochoo0122_proton.me on Dec 17 2023, 3:55 AM.
Tags
Referenced Files
F134544945: D43082.id156891.diff
Mon, Nov 3, 2:02 AM
Unknown Object (File)
Fri, Oct 31, 5:35 AM
Unknown Object (File)
Tue, Oct 28, 5:18 AM
Unknown Object (File)
Sun, Oct 26, 11:15 PM
Unknown Object (File)
Fri, Oct 24, 5:54 AM
Unknown Object (File)
Sun, Oct 19, 2:28 AM
Unknown Object (File)
Tue, Oct 14, 1:29 PM
Unknown Object (File)
Thu, Oct 9, 12:03 PM
Subscribers

Details

Reviewers
None
Group Reviewers
docs
Commits
R9:e731a7cdf17b: Initialize .gitattributes for doc
Summary

.gitattributes instructs git custom diff handling which helps the readability of git diff in development. This is especially useful for binary files such as images, as it prevents git from printing meaningless diffs.

In this patch, I have applied attributes for HTML, CSS, Perl, and Ruby. Images file in PNG, JPG, and favicon are treated as binary files.

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 64805
Build 61689: arc lint + arc unit

Event Timeline

Expand .gitattributes to HTML, CSS, and Perl as well.

This revision was not accepted when it landed; it landed in state Needs Review.Jun 12 2025, 3:46 PM
This revision was automatically updated to reflect the committed changes.