All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/9] connect: various cleanups
@ 2016-05-16  0:07 Mike Hommey
  2016-05-16  0:07 ` [PATCH v5 1/9] connect: call get_host_and_port() earlier Mike Hommey
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Mike Hommey @ 2016-05-16  0:07 UTC (permalink / raw)
  To: git; +Cc: gitster, tboegi

I removed the two controvertial patches, and applied the various suggestions
from the last cycle.

Mike Hommey (9):
  connect: call get_host_and_port() earlier
  connect: only match the host with core.gitProxy
  connect: fill the host header in the git protocol with the host and
    port variables
  connect: make parse_connect_url() return separated host and port
  connect: group CONNECT_DIAG_URL handling code
  connect: make parse_connect_url() return the user part of the url as a
    separate value
  connect: change the --diag-url output to separate user and host
  connect: actively reject git:// urls with a user part
  connect: move ssh command line preparation to a separate function

 connect.c             | 222 ++++++++++++++++++++++++++++----------------------
 t/t5500-fetch-pack.sh |  42 +++++++---
 2 files changed, 157 insertions(+), 107 deletions(-)

-- 
2.8.2.411.ga331486

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2016-05-16 22:54 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-16  0:07 [PATCH v5 0/9] connect: various cleanups Mike Hommey
2016-05-16  0:07 ` [PATCH v5 1/9] connect: call get_host_and_port() earlier Mike Hommey
2016-05-16  0:07 ` [PATCH v5 2/9] connect: only match the host with core.gitProxy Mike Hommey
2016-05-16 22:30   ` Junio C Hamano
2016-05-16 22:36     ` Mike Hommey
2016-05-16 22:54       ` Junio C Hamano
2016-05-16  0:07 ` [PATCH v5 3/9] connect: fill the host header in the git protocol with the host and port variables Mike Hommey
2016-05-16  0:07 ` [PATCH v5 4/9] connect: make parse_connect_url() return separated host and port Mike Hommey
2016-05-16 22:39   ` Junio C Hamano
2016-05-16 22:53     ` Mike Hommey
2016-05-16  0:07 ` [PATCH v5 5/9] connect: group CONNECT_DIAG_URL handling code Mike Hommey
2016-05-16  0:07 ` [PATCH v5 6/9] connect: make parse_connect_url() return the user part of the url as a separate value Mike Hommey
2016-05-16  0:07 ` [PATCH v5 7/9] connect: change the --diag-url output to separate user and host Mike Hommey
2016-05-16  0:07 ` [PATCH v5 8/9] connect: actively reject git:// urls with a user part Mike Hommey
2016-05-16 22:41   ` Junio C Hamano
2016-05-16  0:07 ` [PATCH v5 9/9] connect: move ssh command line preparation to a separate function Mike Hommey

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.