Page MenuHomeFreeBSD

Add .rb files to .gitattributes
ClosedPublic

Authored by mchoo on Dec 17 2023, 3:55 AM.
Tags
Referenced Files
F165262396: D43082.diff
Fri, Aug 7, 6:30 AM
Unknown Object (File)
Thu, Aug 6, 6:43 AM
Unknown Object (File)
Tue, Jul 21, 9:20 AM
Unknown Object (File)
Tue, Jul 14, 8:22 PM
Unknown Object (File)
Jul 4 2026, 12:26 PM
Unknown Object (File)
Jul 3 2026, 5:53 AM
Unknown Object (File)
Jun 29 2026, 2:26 AM
Unknown Object (File)
Jun 20 2026, 10:42 AM
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

mchoo requested review of this revision.Dec 17 2023, 3:55 AM
mchoo created this revision.

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

Add attributes for image files

mchoo edited the summary of this revision. (Show Details)
This revision was not accepted when it landed; it landed in state Needs Review.Jun 12 2025, 3:46 PM
Closed by commit R9:e731a7cdf17b: Initialize .gitattributes for doc (authored by mchoo, committed by lwhsu). · Explain Why
This revision was automatically updated to reflect the committed changes.