Page MenuHomeFreeBSD

Add .rb files to .gitattributes
ClosedPublic

Authored by minsoochoo0122_proton.me on Dec 17 2023, 3:55 AM.
Tags
Referenced Files
Unknown Object (File)
Tue, Oct 14, 1:29 PM
Unknown Object (File)
Thu, Oct 9, 12:03 PM
Unknown Object (File)
Sat, Sep 20, 7:57 PM
Unknown Object (File)
Wed, Sep 17, 6:21 AM
Unknown Object (File)
Sep 14 2025, 9:47 PM
Unknown Object (File)
Sep 6 2025, 3:20 AM
Unknown Object (File)
Sep 4 2025, 2:50 PM
Unknown Object (File)
Sep 4 2025, 1:09 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
Lint Not Applicable
Unit
Tests Not Applicable

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.