mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-05 12:57:55 +00:00
6809d38cde
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
9 lines
200 B
Plaintext
9 lines
200 B
Plaintext
# Text files use LF line endings in this repository
|
|
* text=auto
|
|
|
|
# Except the dependencies, which we leave alone
|
|
vendor/** -text=auto
|
|
|
|
# Diffs on these files are meaningless
|
|
*.svg -diff
|