mbox series

[v5,0/3] "promisor-remote" capability fixes

Message ID 20250314141203.2548803-1-christian.couder@gmail.com (mailing list archive)
Headers show
Series "promisor-remote" capability fixes | expand

Message

Christian Couder March 14, 2025, 2:12 p.m. UTC
As a number of different issues and fixes were found and discussed in
the previous iterations, I thought it made sense to split the patch
into a small 3 patch series.

There are a lot of changes again compared to the previous version, so
I don't think it makes sense to provide a range-diff.

Christian Couder (3):
  promisor-remote: fix segfault when remote URL is missing
  promisor-remote: fix possible issue when no URL is advertised
  promisor-remote: compare remote names case sensitively

 Documentation/config/promisor.adoc    |  4 +-
 promisor-remote.c                     | 27 +++++++-----
 t/t5710-promisor-remote-capability.sh | 59 +++++++++++++++++++++++++++
 3 files changed, 77 insertions(+), 13 deletions(-)