aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2017-01-01 17:19:00 +0000
committerJakob Borg <jakob@kastelo.net>2017-01-01 17:19:00 +0000
commit6809d38cdeef7c0e8f6eb2c880fbd5cf7f4e8559 (patch)
tree272248bd4285ac4ccc2d2840b8afbfba37bf6184 /.gitattributes
parent69ae4aa024367edeb18538797677a65d12f296af (diff)
downloadsyncthing-6809d38cdeef7c0e8f6eb2c880fbd5cf7f4e8559.tar.gz
syncthing-6809d38cdeef7c0e8f6eb2c880fbd5cf7f4e8559.zip
lib/protocol: Revert protobuf encoder changes in v0.14.17 (fixes #3855)v0.14.18
The protobuf encoder now produces packed arrays for things like []int32, which is actually correct according to the proto3 spec. However Syncthing v0.14.16 and earlier doesn't support this. This reverts the encoding change, but keeps the updated decoder so that we are both more compatible with other proto3 implementations and can move to the updated encoder in the future. GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3856
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 2ee232be3..1c25f9553 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -6,4 +6,3 @@ vendor/** -text=auto
# Diffs on these files are meaningless
*.svg -diff
-*.pb.go -diff