summaryrefslogtreecommitdiff
path: root/send-pack.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-08Teach 'git-send-pack' to send new branches and tags.Linus Torvalds1-17/+111
2005-07-05Add "git_path()" and "head_ref()" helper functions.Linus Torvalds1-4/+1
2005-07-04Move ref path matching to connect.c libraryLinus Torvalds1-21/+0
2005-07-04Factor out the ssh connection stuff from send-pack.cLinus Torvalds1-73/+2
2005-07-03Fix gcc warning in send-pack.cLinus Torvalds1-0/+1
2005-06-30Do ref matching on the sender side rather than on receiverLinus Torvalds1-3/+25
2005-06-30git-send-pack: actually send the object packLinus Torvalds1-12/+79
2005-06-29Add comment on what send-pack still needs to doLinus Torvalds1-0/+11
2005-06-29Slow but steady progress on git pack receive/sendLinus Torvalds1-25/+38
2005-06-29git-send-pack: start parsing local/remote reference differencesLinus Torvalds1-3/+58
2005-06-29Make send/receive-pack be closer to doing something interestingLinus Torvalds1-4/+8
2005-06-29Start of "git-send-pack", the local part of sending off a packLinus Torvalds1-0/+118