Open source development of the game Knight Online. This is a reversed engineered old version of the game aiming to replicate the nostalgic experience we all once had <3
Note that the bug in git's code triggers when adding the gitattributes configurations in an individual commit. The changes of gitattributes and renormalization of the affected files must occur within the same commit when modifying the .gitattributes file as described here: https://github.com/git-for-windows/git/issues/5078#issuecomment-2266381771
Moving forward any changes to *.rc and *.rc2 files should properly render the diffs.
Also I explictly set some files as binary in the gitattributes file to hint git to not touch them when checking out files in the git's worktree or git index.
Description
Resolves: https://github.com/ko4life-net/ko/issues/243
Note that the bug in git's code triggers when adding the gitattributes configurations in an individual commit. The changes of gitattributes and renormalization of the affected files must occur within the same commit when modifying the .gitattributes file as described here: https://github.com/git-for-windows/git/issues/5078#issuecomment-2266381771
Moving forward any changes to
*.rc
and*.rc2
files should properly render the diffs.Also I explictly set some files as binary in the gitattributes file to hint git to not touch them when checking out files in the git's worktree or git index.