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

The main difference here is patch 2/9 now throwing an error in user's face
when they have a core.gitProxy configuration with a port number. There might
be some bikeshedding to do on the content of the error message.

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              | 243 +++++++++++++++++++++++++++++--------------------
 t/t5500-fetch-pack.sh  |  42 ++++++---
 t/t5532-fetch-proxy.sh |   8 +-
 3 files changed, 183 insertions(+), 110 deletions(-)

-- 
2.8.2.411.ga570dec.dirty

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

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

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).