diff options
author | Jonathan Tan <jonathantanmy@google.com> | 2020-01-13 12:28:23 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-01-27 12:42:40 -0800 |
commit | b54128bb0be630c96e90e48fb011dc81f52a8601 (patch) | |
tree | c1af8fc47846956e66c59ab3fb7f73a619da5103 /check-builtins.sh | |
parent | .mailmap: fix erroneous authorship for Johannes Schindelin (diff) | |
download | tgif-b54128bb0be630c96e90e48fb011dc81f52a8601.tar.xz |
t5616: make robust to delta base change
Commit 6462d5eb9a ("fetch: remove fetch_if_missing=0", 2019-11-08)
contains a test that relies on having to lazily fetch the delta base of
a blob, but assumes that the tree being fetched (as part of the test) is
sent as a non-delta object. This assumption may not hold in the future;
for example, a change in the length of the object hash might result in
the tree being sent as a delta instead.
Make the test more robust by relying on having to lazily fetch the delta
base of the tree instead, and by making no assumptions on whether the
blobs are sent as delta or non-delta.
Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'check-builtins.sh')
0 files changed, 0 insertions, 0 deletions