git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v8 0/9] connect: various cleanups
@ 2016-05-27  2:27 Mike Hommey
  2016-05-27  2:27 ` [PATCH v8 1/9] connect: document why we sometimes call get_port after get_host_and_port Mike Hommey
                   ` (9 more replies)
  0 siblings, 10 replies; 16+ messages in thread
From: Mike Hommey @ 2016-05-27  2:27 UTC (permalink / raw)
  To: gitster; +Cc: git, tboegi

Changes from v7:
- Fixed comments.

Mike Hommey (9):
  connect: document why we sometimes call get_port after
    get_host_and_port
  connect: call get_host_and_port() earlier
  connect: re-derive a host:port string from the separate 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             | 235 +++++++++++++++++++++++++++++---------------------
 t/t5500-fetch-pack.sh |  42 ++++++---
 2 files changed, 170 insertions(+), 107 deletions(-)

-- 
2.8.3

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

end of thread, other threads:[~2016-05-28  8:47 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-27  2:27 [PATCH v8 0/9] connect: various cleanups Mike Hommey
2016-05-27  2:27 ` [PATCH v8 1/9] connect: document why we sometimes call get_port after get_host_and_port Mike Hommey
2016-05-27  2:27 ` [PATCH v8 2/9] connect: call get_host_and_port() earlier Mike Hommey
2016-05-27  2:27 ` [PATCH v8 3/9] connect: re-derive a host:port string from the separate host and port variables Mike Hommey
2016-05-27  2:27 ` [PATCH v8 4/9] connect: make parse_connect_url() return separated host and port Mike Hommey
2016-05-27  2:27 ` [PATCH v8 5/9] connect: group CONNECT_DIAG_URL handling code Mike Hommey
2016-05-27  2:27 ` [PATCH v8 6/9] connect: make parse_connect_url() return the user part of the url as a separate value Mike Hommey
2016-05-27  2:27 ` [PATCH v8 7/9] connect: change the --diag-url output to separate user and host Mike Hommey
2016-05-27  2:27 ` [PATCH v8 8/9] connect: actively reject git:// urls with a user part Mike Hommey
2016-05-27  2:27 ` [PATCH v8 9/9] connect: move ssh command line preparation to a separate function Mike Hommey
2016-05-27 14:24 ` [PATCH v8 0/9] connect: various cleanups Torsten Bögershausen
2016-05-27 21:59   ` Mike Hommey
2016-05-28  5:02     ` Torsten Bögershausen
2016-05-28  5:33       ` Mike Hommey
2016-05-28  8:17         ` Torsten Bögershausen
2016-05-28  8:47           ` 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).