Disabling astextplain?
#6148
-
|
Is there a good way to permanently disable the astextplain diff conversion? I can edit the system gitconfig, but that gets overwritten with every git update, which is annoying to have to repeat. I don't believe you can "unset" a config in global scope that's been set at system scope, and I also tried a global scope .gitattributes file, but I either don't know how to hold it correctly, or that doesn't work as expected. |
Beta Was this translation helpful? Give feedback.
Answered by
dscho
Mar 26, 2026
Replies: 1 comment 2 replies
-
|
Maybe it works if you put this into your See the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
aursulis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe it works if you put this into your
~/.gitattributes?See the
gitattributesdocumentation for full details.