Skip to content

Commit 5b39d7a

Browse files
committed
patch 8.1.2182: test42 seen as binary by git diff
Problem: Test42 seen as binary by git diff. Solution: Add .gitattributes file. Make explicit that 'cpo' does not contain 'S'. (Daniel Hahler, closes vim#5072)
1 parent a74fda6 commit 5b39d7a

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
src/testdir/test42.in diff

Filelist

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# source files for all source archives
55
SRC_ALL = \
66
.gitignore \
7+
.gitattributes \
78
.hgignore \
89
.lgtm.yml \
910
.travis.yml \

src/testdir/test42.in

18 Bytes
Binary file not shown.

src/version.c

+2
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
2182,
744746
/**/
745747
2181,
746748
/**/

0 commit comments

Comments
 (0)