diff options
author | Jonathan Tan <jonathantanmy@google.com> | 2017-04-12 11:06:02 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-04-17 18:51:28 -0700 |
commit | 8e2c7bef034f0712c6db776974ee4b40f1150a56 (patch) | |
tree | 25374441886d2f25ab5cdeb9d4785b692b5aff25 /t/t4211/expect.beginning-of-file | |
parent | Prepare for 2.12.3 (diff) | |
download | tgif-8e2c7bef034f0712c6db776974ee4b40f1150a56.tar.xz |
fetch-pack: show clearer error message upon ERR
Currently, fetch-pack prints a confusing error message ("expected
ACK/NAK") when the server it's communicating with sends a pkt-line
starting with "ERR". Replace it with a less confusing error message.
Also update the documentation describing the fetch-pack/upload-pack
protocol (pack-protocol.txt) to indicate that "ERR" can be sent in the
place of "ACK" or "NAK". In practice, this has been done for quite some
time by other Git implementations (e.g. JGit sends "want $id not valid")
and by Git itself (since commit bdb31ea: "upload-pack: report "not our
ref" to client", 2017-02-23) whenever a "want" line references an object
that it does not have. (This is uncommon, but can happen if a repository
is garbage-collected during a negotiation.)
Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4211/expect.beginning-of-file')
0 files changed, 0 insertions, 0 deletions