diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-10-19 18:37:53 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-10-19 18:37:53 +0200 |
commit | 5b39d7adb0b9f02afe242f607d4c96250f06965d (patch) | |
tree | ca61af972fa52f71d8ca2a2d8c2ddaec8c35145e /.gitattributes | |
parent | a74fda6f4d21d8e0652e9cfa04dd3e041f779f62 (diff) | |
download | vim-git-5b39d7adb0b9f02afe242f607d4c96250f06965d.tar.gz |
patch 8.1.2182: test42 seen as binary by git diffv8.1.2182
Problem: Test42 seen as binary by git diff.
Solution: Add .gitattributes file. Make explicit that 'cpo' does not
contain 'S'. (Daniel Hahler, closes #5072)
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..9216dbe8d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +src/testdir/test42.in diff |