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