Jan Engelhardt <jengelh@xxxxxxx> writes: > http-backend.c | 36 +++++++++++++++++++++++++++----- > t/t5561-http-backend.sh | 46 ++++++++++++++++++++--------------------- > 2 files changed, 54 insertions(+), 28 deletions(-) > > diff --git http-backend.c http-backend.c > index 3d6e2ff17f..f7858e9c49 100644 > --- http-backend.c > +++ http-backend.c Please fix your format-patch settings. The comparisons should be between a/http-backend.c and b/http-backend.c and not between the same path at the top-level. Everybody uses -p1 patches around here and their tools are set-up to handle -p1 patches. Thanks.