summaryrefslogtreecommitdiffstats
path: root/git_ssh
Commit message (Collapse)AuthorAgeFilesLines
* Automatically use SSH control master support during syncShawn O. Pearce2009-04-181-0/+2
By creating a background ssh "control master" process which lives for the duration of our sync cycle we can easily cut the time for a no-op sync of 132 projects from 60s to 18s. Bug: REPO-11 Signed-off-by: Shawn O. Pearce <sop@google.com>