aboutsummaryrefslogtreecommitdiffstats
path: root/connect.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-23Fix git protocol connection 'port' overrideLinus Torvalds1-1/+3
2005-07-23[PATCH] GIT: Try all addresses for given remote nameYOSHIFUJI Hideaki1-28/+43
2005-07-16Merge three separate "fetch refs" functionsLinus Torvalds1-0/+35
2005-07-13Add first cut at "git protocol" connect logic.Linus Torvalds1-2/+81
2005-07-08[PATCH] Use sq_quote() to properly quote the parameter to call shell.Junio C Hamano1-30/+3
2005-07-07Mark more characters shell-safe.Linus Torvalds1-1/+3
2005-07-05Move "get_ack()" to common git_connect functionsLinus Torvalds1-0/+19
2005-07-04Move ref path matching to connect.c libraryLinus Torvalds1-0/+21
2005-07-04Factor out the ssh connection stuff from send-pack.cLinus Torvalds1-0/+86