Skip to content

Commit

Permalink
patch 8.1.2182: test42 seen as binary by git diff
Browse files Browse the repository at this point in the history
Problem:    Test42 seen as binary by git diff.
Solution:   Add .gitattributes file.  Make explicit that 'cpo' does not
            contain 'S'. (Daniel Hahler, closes #5072)
  • Loading branch information
brammool committed Oct 19, 2019
1 parent a74fda6 commit 5b39d7a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
@@ -0,0 +1 @@
src/testdir/test42.in diff
1 change: 1 addition & 0 deletions Filelist
Expand Up @@ -4,6 +4,7 @@
# source files for all source archives
SRC_ALL = \
.gitignore \
.gitattributes \
.hgignore \
.lgtm.yml \
.travis.yml \
Expand Down
Binary file modified src/testdir/test42.in
Binary file not shown.
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -741,6 +741,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2182,
/**/
2181,
/**/
Expand Down

0 comments on commit 5b39d7a

Please sign in to comment.