summaryrefslogtreecommitdiff
path: root/send-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Use run_command within send-packShawn O. Pearce2007-03-121-56/+30
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-2/+2
* Add a missing fork() error check.Johannes Sixt2007-01-301-0/+2
* rename --exec to --receive-pack for push and send-packUwe Kleine-König2007-01-191-4/+8
* Update documentation of fetch-pack, push and send-packUwe Kleine-König2007-01-191-2/+2
* short i/o: clean up the naming for the write_{in,or}_xxx familyAndy Whitcroft2007-01-081-2/+2
* send pack check for failure to send revisions listAndy Whitcroft2007-01-021-2/+6
* send-pack: tell pack-objects to use its internal rev-list.Junio C Hamano2006-12-311-97/+42
* send-pack.c: use is_null_sha1()Junio C Hamano2006-12-311-12/+1
* send-pack: fix pipeline.Junio C Hamano2006-12-291-5/+2
* send-pack: tighten checks for remote namesJunio C Hamano2006-12-131-0/+21
* Allow git push to delete remote ref.Junio C Hamano2006-11-241-11/+30
* make git-push a bit more verboseNicolas Pitre2006-11-011-0/+1
* Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-201-1/+1
* Add callback data to for_each_ref() family.Junio C Hamano2006-09-201-2/+2
* Merge branch 'aw/send-pack'Junio C Hamano2006-09-131-35/+70
|\
| * send-pack: switch to using git-rev-list --stdinAndy Whitcroft2006-09-071-35/+70
* | Test return value of finish_connect()Franck Bui-Huu2006-09-131-2/+2
|/
* Use xmalloc instead of mallocJonas Fonseca2006-08-311-2/+2
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-2/+2
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-171-1/+1
* remove unnecessary initializationsDavid Rientjes2006-08-151-4/+4
* Make pack_objects void.David Rientjes2006-08-141-2/+1
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-121-2/+2
* Improve git-peek-remoteLinus Torvalds2006-07-041-1/+1
* Shrink "struct object" a bitLinus Torvalds2006-06-171-2/+2
* sha1_name: warning ambiguous refs.Junio C Hamano2006-03-231-0/+2
* Const tightening.Junio C Hamano2006-03-051-2/+2
*-. Merge branches 'jc/rev-list' and 'jc/pack-thin'Junio C Hamano2006-02-241-1/+9
|\ \
| | * send-pack --thin: use "thin pack" delta transfer.Junio C Hamano2006-02-191-1/+9
| |/
* | send-pack: do not give up when remote has insanely large number of refs.Junio C Hamano2006-02-221-10/+28
|/
* Exec git programs without using PATH.Michal Ostrowski2006-01-131-4/+5
* send-pack/receive-pack: allow errors to be reported back to pusher.Junio C Hamano2005-12-271-3/+56
* send-pack: reword non-fast-forward error message.Junio C Hamano2005-12-221-16/+14
* Avoid misleading success message on errorJohannes Schindelin2005-12-211-1/+1
* Make "git-send-pack" less verbose by defaultLinus Torvalds2005-12-201-1/+9
* Make git-send-pack exit with error when some refs couldn't be pushed outPetr Baudis2005-12-131-1/+5
* Warn when send-pack does nothingDaniel Barkalow2005-12-041-0/+6
* Make networking commands to work from a subdirectory.Junio C Hamano2005-11-281-0/+1
* Be careful when dereferencing tags.Junio C Hamano2005-11-021-2/+2
* Ignore funny refname sent from remoteJunio C Hamano2005-10-151-1/+1
* Support +<src>:<dst> format in push as well.Junio C Hamano2005-08-241-4/+8
* Fix ref_newer() in send-pack.Junio C Hamano2005-08-051-5/+22
* Fix send-pack for non-commitish tags.Junio C Hamano2005-08-051-13/+42
* Renaming push.Junio C Hamano2005-08-031-91/+54
* send-pack: handle partial pushes correctly.Junio C Hamano2005-08-031-1/+8
* Make send-pack --all and explicit ref mutually exclusive.Junio C Hamano2005-08-021-2/+5
* Fix potential send-pack SIGSEGVLinus Torvalds2005-07-261-1/+2
* git-send-pack: verify that sender is a proper superset of receiverLinus Torvalds2005-07-191-10/+26
* Merge three separate "fetch refs" functionsLinus Torvalds2005-07-161-34/+3