summaryrefslogtreecommitdiff
path: root/send-pack.c
Commit message (Expand)AuthorAgeFilesLines
...
* git-send-pack: add "--all" option to send all refs to the other sideLinus Torvalds2005-07-161-10/+28
* [PATCH] Documentation: send/receive.Junio C Hamano2005-07-141-1/+2
* git-send-pack: Fix duplicate refname matchLinus Torvalds2005-07-111-3/+0
* Teach 'git-send-pack' to send new branches and tags.Linus Torvalds2005-07-081-17/+111
* Add "git_path()" and "head_ref()" helper functions.Linus Torvalds2005-07-051-4/+1
* Move ref path matching to connect.c libraryLinus Torvalds2005-07-041-21/+0
* Factor out the ssh connection stuff from send-pack.cLinus Torvalds2005-07-041-73/+2
* Fix gcc warning in send-pack.cLinus Torvalds2005-07-031-0/+1
* Do ref matching on the sender side rather than on receiverLinus Torvalds2005-06-301-3/+25
* git-send-pack: actually send the object packLinus Torvalds2005-06-301-12/+79
* Add comment on what send-pack still needs to doLinus Torvalds2005-06-291-0/+11
* Slow but steady progress on git pack receive/sendLinus Torvalds2005-06-291-25/+38
* git-send-pack: start parsing local/remote reference differencesLinus Torvalds2005-06-291-3/+58
* Make send/receive-pack be closer to doing something interestingLinus Torvalds2005-06-291-4/+8
* Start of "git-send-pack", the local part of sending off a packLinus Torvalds2005-06-291-0/+118