mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
fix: git diff to work on LFS files for map xml files
Users can enable this by setting: git config diff.lfs-xml.textconv cat Ref: #7519 PR: https://gitea.wildfiregames.com/0ad/0ad/pulls/7539
This commit is contained in:
parent
db35a8494c
commit
2fe7555002
1 changed files with 1 additions and 1 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
|
@ -8,4 +8,4 @@
|
|||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.psa filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
binaries/data/mods/public/maps/**/*.xml filter=lfs diff=lfs merge=lfs -text
|
||||
binaries/data/mods/public/maps/**/*.xml filter=lfs diff=lfs-xml merge=lfs -text
|
||||
|
|
|
|||
Loading…
Reference in a new issue