summaryrefslogtreecommitdiff
path: root/connect.c
Commit message (Expand)AuthorAgeFilesLines
* 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