6 lines
287 B
Plaintext
6 lines
287 B
Plaintext
# No end-of-line conversion. packwiz hashes the raw bytes of each file, so any
|
|
# CRLF<->LF normalization by git would make Gitea serve different bytes than what
|
|
# packwiz hashed -> "invalid hash" on hundreds of config files.
|
|
# Treat everything as binary (no text normalization).
|
|
* -text
|