summaryrefslogtreecommitdiff
path: root/connect.c
Commit message (Collapse)AuthorAgeFilesLines
* Move ref path matching to connect.c libraryLinus Torvalds2005-07-041-0/+21
| | | | It's a generic thing for matching refs from the other side.
* Factor out the ssh connection stuff from send-pack.cLinus Torvalds2005-07-041-0/+86
I want to use it for git-fetch-pack too.