aboutsummaryrefslogtreecommitdiffstats
path: root/connect.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-28Merge refs/heads/portable from http://www.cs.berkeley.edu/~ejr/gits/git.git Junio C Hamano1-2/+4
2005-08-24Support +<src>:<dst> format in push as well.Junio C Hamano1-2/+15
2005-08-23Fix ?: statements.Jason Riedy1-2/+4
2005-08-09Use GIT_SSH environment to specify alternate ssh binary.Martin Sivak1-2/+9
2005-08-09[PATCH] -Werror fixesTimo Sirainen1-1/+2
2005-08-06send-pack: allow generic sha1 expression on the source side.Junio C Hamano1-0/+20
2005-08-06send-pack: allow the same source to be pushed more than once.Junio C Hamano1-7/+0
2005-08-05Fix refname termination.Junio C Hamano1-1/+1
2005-08-03[PATCH] Fix sparse warningsAlecs King1-3/+1
2005-08-03Renaming push.Junio C Hamano1-3/+169
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