]> git.baikalelectronics.ru Git - uboot.git/commit
gitattributes: dont treat non-text files as text
authorVignesh Rajendran <vignesh.rajendran@in.bosch.com>
Fri, 8 Nov 2019 15:32:55 +0000 (16:32 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 11 Nov 2019 19:20:35 +0000 (14:20 -0500)
commit2174b57e0fd0282cfed66955566d1ea742dac6b9
treeef48e6e190f2ed19056ceeb626296ecee007f4d2
parent9888f5818961e12242c626d020948884dcaed623
gitattributes: dont treat non-text files as text

With recent update in u-boot gitattributes all files are treated as regular
text files. This creates problems with special files and repo always
shows uncommitted files like below.

Your branch is up-to-date with 'origin/master'.
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

modified:   tools/logos/compulab.bmp
modified:   tools/logos/denx-comp.bmp
modified:   tools/logos/toradex.bmp

To fix above problem special files bmp/ttf files are treated as binary
files in the gitattributes.

Signed-off-by: Vignesh Rajendran <vignesh.rajendran@in.bosch.com>
Signed-off-by: Veeraiyan Chidambaram <veeraiyan.chidambaram@in.bosch.com>
.gitattributes