summaryrefslogtreecommitdiff
path: root/send-pack.c
AgeCommit message (Expand)Author
2005-08-24Support +<src>:<dst> format in push as well.Junio C Hamano
2005-08-06Fix ref_newer() in send-pack.Junio C Hamano
2005-08-05Fix send-pack for non-commitish tags.Junio C Hamano
2005-08-04Renaming push.Junio C Hamano
2005-08-03send-pack: handle partial pushes correctly.Junio C Hamano
2005-08-03Make send-pack --all and explicit ref mutually exclusive.Junio C Hamano
2005-07-27Fix potential send-pack SIGSEGVLinus Torvalds
2005-07-19git-send-pack: verify that sender is a proper superset of receiverLinus Torvalds
2005-07-16Merge three separate "fetch refs" functionsLinus Torvalds
2005-07-16git-send-pack: add "--all" option to send all refs to the other sideLinus Torvalds
2005-07-14[PATCH] Documentation: send/receive.Junio C Hamano
2005-07-12git-send-pack: Fix duplicate refname matchLinus Torvalds
2005-07-08Teach 'git-send-pack' to send new branches and tags.Linus Torvalds
2005-07-05Add "git_path()" and "head_ref()" helper functions.Linus Torvalds
2005-07-04Move ref path matching to connect.c libraryLinus Torvalds
2005-07-04Factor out the ssh connection stuff from send-pack.cLinus Torvalds
2005-07-03Fix gcc warning in send-pack.cLinus Torvalds
2005-06-30Do ref matching on the sender side rather than on receiverLinus Torvalds
2005-06-30git-send-pack: actually send the object packLinus Torvalds
2005-06-30Add comment on what send-pack still needs to doLinus Torvalds
2005-06-30Slow but steady progress on git pack receive/sendLinus Torvalds
2005-06-30git-send-pack: start parsing local/remote reference differencesLinus Torvalds
2005-06-30Make send/receive-pack be closer to doing something interestingLinus Torvalds
2005-06-30Start of "git-send-pack", the local part of sending off a packLinus Torvalds