diff options
author | Jonathan Tan <jonathantanmy@google.com> | 2019-04-12 12:51:21 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-04-18 10:53:51 +0900 |
commit | 35eb8240b0849b8d2cf675f1bed5d4dbf977372e (patch) | |
tree | ad404051bab658934ca38baf699986d5bd4b93d6 /Documentation/config/advice.txt | |
parent | mingw: allow building with an MSYS2 runtime v3.x (diff) | |
download | tgif-35eb8240b0849b8d2cf675f1bed5d4dbf977372e.tar.xz |
transport: die if server options are unsupported
Server options were added in commit 5e3548ef16 ("fetch: send server
options when using protocol v2", 2018-04-24), supported only for
protocol version 2. But if the user specifies server options, and the
protocol version being used doesn't support them, the server options are
silently ignored.
Teach any transport users to die instead in this situation, just like
how "push" dies if push options are provided when the server doesn't
support them.
Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config/advice.txt')
0 files changed, 0 insertions, 0 deletions