aboutsummaryrefslogtreecommitdiffstats
path: root/send-pack.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-23sha1_name: warning ambiguous refs.Junio C Hamano1-0/+2
2006-03-05Const tightening.Junio C Hamano1-2/+2
2006-02-24Merge branches 'jc/rev-list' and 'jc/pack-thin'Junio C Hamano1-1/+9
2006-02-22send-pack: do not give up when remote has insanely large number of refs.Junio C Hamano1-10/+28
2006-02-19send-pack --thin: use "thin pack" delta transfer.Junio C Hamano1-1/+9
2006-01-13Exec git programs without using PATH.Michal Ostrowski1-4/+5
2005-12-27send-pack/receive-pack: allow errors to be reported back to pusher.Junio C Hamano1-3/+56
2005-12-22send-pack: reword non-fast-forward error message.Junio C Hamano1-16/+14
2005-12-21Avoid misleading success message on errorJohannes Schindelin1-1/+1
2005-12-20Make "git-send-pack" less verbose by defaultLinus Torvalds1-1/+9
2005-12-13Make git-send-pack exit with error when some refs couldn't be pushed outPetr Baudis1-1/+5
2005-12-04Warn when send-pack does nothingDaniel Barkalow1-0/+6
2005-11-28Make networking commands to work from a subdirectory.Junio C Hamano1-0/+1
2005-11-02Be careful when dereferencing tags.Junio C Hamano1-2/+2
2005-10-15Ignore funny refname sent from remoteJunio C Hamano1-1/+1
2005-08-24Support +<src>:<dst> format in push as well.Junio C Hamano1-4/+8
2005-08-05Fix ref_newer() in send-pack.Junio C Hamano1-5/+22
2005-08-05Fix send-pack for non-commitish tags.Junio C Hamano1-13/+42
2005-08-03Renaming push.Junio C Hamano1-91/+54
2005-08-03send-pack: handle partial pushes correctly.Junio C Hamano1-1/+8
2005-08-02Make send-pack --all and explicit ref mutually exclusive.Junio C Hamano1-2/+5
2005-07-26Fix potential send-pack SIGSEGVLinus Torvalds1-1/+2
2005-07-19git-send-pack: verify that sender is a proper superset of receiverLinus Torvalds1-10/+26
2005-07-16Merge three separate "fetch refs" functionsLinus Torvalds1-34/+3
2005-07-16git-send-pack: add "--all" option to send all refs to the other sideLinus Torvalds1-10/+28
2005-07-14[PATCH] Documentation: send/receive.Junio C Hamano1-1/+2
2005-07-11git-send-pack: Fix duplicate refname matchLinus Torvalds1-3/+0
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