summaryrefslogtreecommitdiff
path: root/connect.c
Commit message (Expand)AuthorAgeFilesLines
* Fix git protocol connection 'port' overrideLinus Torvalds2005-07-231-1/+3
* [PATCH] GIT: Try all addresses for given remote nameYOSHIFUJI Hideaki2005-07-231-28/+43
* Merge three separate "fetch refs" functionsLinus Torvalds2005-07-161-0/+35
* Add first cut at "git protocol" connect logic.Linus Torvalds2005-07-131-2/+81
* [PATCH] Use sq_quote() to properly quote the parameter to call shell.Junio C Hamano2005-07-081-30/+3
* Mark more characters shell-safe.Linus Torvalds2005-07-071-1/+3
* Move "get_ack()" to common git_connect functionsLinus Torvalds2005-07-051-0/+19
* Move ref path matching to connect.c libraryLinus Torvalds2005-07-041-0/+21
* Factor out the ssh connection stuff from send-pack.cLinus Torvalds2005-07-041-0/+86