summaryrefslogtreecommitdiff
path: root/send-pack.c
AgeCommit message (Expand)Author
2006-03-05Const tightening.Junio C Hamano
2006-02-25Merge branches 'jc/rev-list' and 'jc/pack-thin'Junio C Hamano
2006-02-22send-pack: do not give up when remote has insanely large number of refs.Junio C Hamano
2006-02-20send-pack --thin: use "thin pack" delta transfer.Junio C Hamano
2006-01-14Exec git programs without using PATH.Michal Ostrowski
2005-12-28send-pack/receive-pack: allow errors to be reported back to pusher.Junio C Hamano
2005-12-22send-pack: reword non-fast-forward error message.Junio C Hamano
2005-12-21Avoid misleading success message on errorJohannes Schindelin
2005-12-21Make "git-send-pack" less verbose by defaultLinus Torvalds
2005-12-14Make git-send-pack exit with error when some refs couldn't be pushed outPetr Baudis
2005-12-04Warn when send-pack does nothingDaniel Barkalow
2005-11-29Make networking commands to work from a subdirectory.Junio C Hamano
2005-11-03Be careful when dereferencing tags.Junio C Hamano
2005-10-15Ignore funny refname sent from remoteJunio C Hamano
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