diff options
author | Jonathan Tan <jonathantanmy@google.com> | 2019-03-22 12:01:39 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-03-24 21:29:52 +0900 |
commit | 3a9e1ad78d97e008aaaf7e3cc0eaa231a742931c (patch) | |
tree | 87243fcfed55a0d19638281122d20063d35829ef /mem-pool.c | |
parent | mingw: allow building with an MSYS2 runtime v3.x (diff) | |
download | tgif-3a9e1ad78d97e008aaaf7e3cc0eaa231a742931c.tar.xz |
t5551: mark half-auth no-op fetch test as v0-only
When using protocol v0, upload-pack over HTTP permits a "half-auth"
configuration in which, at the web server layer, the info/refs path is
not protected by authentication but the git-upload-pack path is, so that
a user can perform fetches that do not download any objects without
authentication, but still needs authentication to download objects.
But protocol v2 does not support this, because both ref and pack are
obtained from the git-upload-pack path.
Mark the test verifying this behavior as protocol v0-only, with a
description of what needs to be done to make v2 support this.
Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'mem-pool.c')
0 files changed, 0 insertions, 0 deletions