summaryrefslogtreecommitdiff
path: root/send-pack.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-12Use run_command within send-packShawn O. Pearce1-55/+29
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano1-2/+2
2007-01-30Add a missing fork() error check.Johannes Sixt1-0/+2
2007-01-19rename --exec to --receive-pack for push and send-packUwe Kleine-König1-4/+8
2007-01-19Update documentation of fetch-pack, push and send-packUwe Kleine-König1-2/+2
2007-01-08short i/o: clean up the naming for the write_{in,or}_xxx familyAndy Whitcroft1-2/+2
2007-01-02send pack check for failure to send revisions listAndy Whitcroft1-2/+6
2006-12-31send-pack: tell pack-objects to use its internal rev-list.Junio C Hamano1-97/+42
2006-12-31send-pack.c: use is_null_sha1()Junio C Hamano1-12/+1
2006-12-29send-pack: fix pipeline.Junio C Hamano1-5/+2
2006-12-13send-pack: tighten checks for remote namesJunio C Hamano1-0/+21
2006-11-24Allow git push to delete remote ref.Junio C Hamano1-11/+30
2006-11-01make git-push a bit more verboseNicolas Pitre1-0/+1
2006-09-20Tell between packed, unpacked and symbolic refs.Junio C Hamano1-1/+1
2006-09-20Add callback data to for_each_ref() family.Junio C Hamano1-2/+2
2006-09-13Merge branch 'aw/send-pack'Junio C Hamano1-35/+70
2006-09-13Test return value of finish_connect()Franck Bui-Huu1-2/+2
2006-09-07send-pack: switch to using git-rev-list --stdinAndy Whitcroft1-35/+70
2006-08-31Use xmalloc instead of mallocJonas Fonseca1-2/+2
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce1-2/+2
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes1-1/+1
2006-08-15remove unnecessary initializationsDavid Rientjes1-4/+4
2006-08-14Make pack_objects void.David Rientjes1-2/+1
2006-07-12Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds1-2/+2
2006-07-04Improve git-peek-remoteLinus Torvalds1-1/+1
2006-06-17Shrink "struct object" a bitLinus Torvalds1-2/+2
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