summaryrefslogtreecommitdiff
path: root/send-pack.c
AgeCommit message (Expand)Author
2007-01-20rename --exec to --receive-pack for push and send-packUwe Kleine-König
2007-01-20Update documentation of fetch-pack, push and send-packUwe Kleine-König
2007-01-08short i/o: clean up the naming for the write_{in,or}_xxx familyAndy Whitcroft
2007-01-03send pack check for failure to send revisions listAndy Whitcroft
2006-12-31send-pack: tell pack-objects to use its internal rev-list.Junio C Hamano
2006-12-31send-pack.c: use is_null_sha1()Junio C Hamano
2006-12-29send-pack: fix pipeline.Junio C Hamano
2006-12-13send-pack: tighten checks for remote namesJunio C Hamano
2006-11-24Allow git push to delete remote ref.Junio C Hamano
2006-11-01make git-push a bit more verboseNicolas Pitre
2006-09-21Tell between packed, unpacked and symbolic refs.Junio C Hamano
2006-09-21Add callback data to for_each_ref() family.Junio C Hamano
2006-09-13Merge branch 'aw/send-pack'Junio C Hamano
2006-09-13Test return value of finish_connect()Franck Bui-Huu
2006-09-07send-pack: switch to using git-rev-list --stdinAndy Whitcroft
2006-08-31Use xmalloc instead of mallocJonas Fonseca
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-08-15Make pack_objects void.David Rientjes
2006-07-13Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds
2006-07-04Improve git-peek-remoteLinus Torvalds
2006-06-18Shrink "struct object" a bitLinus Torvalds
2006-03-24sha1_name: warning ambiguous refs.Junio C Hamano
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