diff options
author | Lucy Phipps <landfillbaby@outlook.com> | 2019-01-24 15:32:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-01-25 14:04:35 (GMT) |
commit | 880e38059939f3259b42f4ed3cd9c6142d73437f (patch) | |
tree | cd79ec179d696a76faf0d30a650240a8f0c665b1 /.gitattributes | |
parent | a7f5cd45e135dd51d67176fc40e2d769ac5f7db8 (diff) | |
download | CMake-880e38059939f3259b42f4ed3cd9c6142d73437f.zip CMake-880e38059939f3259b42f4ed3cd9c6142d73437f.tar.gz CMake-880e38059939f3259b42f4ed3cd9c6142d73437f.tar.bz2 |
CPack: Replace corrupted background png with original
The `Modules/CPack.background.png.in` file was originally added by
commit f2c0dbd164 (ENH: More work on the packaging. Add Applicaitons,
add icons, etc, 2007-02-13, v2.6.0~2217). Then it was removed
accidentally by commit 5308afa3f7 (ENH: remove unused file, 2009-03-03,
v2.8.0~963) and restored by commit f9dd6a38c5 (ENH: add file back bug
use cmake image, 2009-03-04, v2.8.0~958) but with corruption.
Restore the original image file and add a Git attribute to prevent
newline conversion as we do for other `.png` files.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index d6fd5d6..24fd9c2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -21,6 +21,7 @@ configure eol=lf *.pfx -text *.png -text +*.png.in -text *.c our-c-style *.cc our-c-style |