62 Commits (1b600e659abc7e409c9d830e332d3cef01062c1c)

Author SHA1 Message Date
Uwe Kleine-König d23842fd53 rename --exec to --receive-pack for push and send-pack 18 years ago
Uwe Kleine-König 18bd8821ca Update documentation of fetch-pack, push and send-pack 18 years ago
Andy Whitcroft e08140568a short i/o: clean up the naming for the write_{in,or}_xxx family 18 years ago
Andy Whitcroft 825cee7b28 send pack check for failure to send revisions list 18 years ago
Junio C Hamano 0ae5f98c7b send-pack: tell pack-objects to use its internal rev-list. 18 years ago
Junio C Hamano 4b4ee90e58 send-pack.c: use is_null_sha1() 18 years ago
Junio C Hamano e40a9e2c9e send-pack: fix pipeline. 18 years ago
Junio C Hamano 37adac765a send-pack: tighten checks for remote names 18 years ago
Junio C Hamano d4f694ba89 Allow git push to delete remote ref. 18 years ago
Nicolas Pitre fa438a2eb1 make git-push a bit more verbose 18 years ago
Junio C Hamano 4508dde169 Revert "send-pack --keep: do not explode into loose objects on the receiving end." 18 years ago
Junio C Hamano c7740a943e send-pack --keep: do not explode into loose objects on the receiving end. 18 years ago
Junio C Hamano 8da1977554 Tell between packed, unpacked and symbolic refs. 18 years ago
Junio C Hamano cb5d709ff8 Add callback data to for_each_ref() family. 18 years ago
Franck Bui-Huu 8a5dbef8ac Test return value of finish_connect() 18 years ago
Andy Whitcroft c727fe2afc send-pack: switch to using git-rev-list --stdin 18 years ago
Jonas Fonseca 2d7320d0b0 Use xmalloc instead of malloc 18 years ago
Shawn Pearce e702496e43 Convert memcpy(a,b,20) to hashcpy(a,b). 18 years ago
David Rientjes a89fccd281 Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. 18 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 18 years ago
David Rientjes aa145403da Make pack_objects void. 19 years ago
Linus Torvalds 1974632c66 Remove TYPE_* constant macros and use object_type enums consistently. 19 years ago
Linus Torvalds 2718ff098a Improve git-peek-remote 19 years ago
Linus Torvalds 885a86abe2 Shrink "struct object" a bit 19 years ago
Junio C Hamano 84a9b58c42 sha1_name: warning ambiguous refs. 19 years ago
Junio C Hamano 9201c70742 Const tightening. 19 years ago
Junio C Hamano 797656e58d send-pack: do not give up when remote has insanely large number of refs. 19 years ago
Junio C Hamano 2245be3e7a send-pack --thin: use "thin pack" delta transfer. 19 years ago
Michal Ostrowski 77cb17e940 Exec git programs without using PATH. 19 years ago
Junio C Hamano cfee10a773 send-pack/receive-pack: allow errors to be reported back to pusher. 19 years ago
Junio C Hamano 69310a34cb send-pack: reword non-fast-forward error message. 19 years ago
Johannes Schindelin 9470657ad0 Avoid misleading success message on error 19 years ago
Linus Torvalds 41f93a2c90 Make "git-send-pack" less verbose by default 19 years ago
Petr Baudis ed24928e12 Make git-send-pack exit with error when some refs couldn't be pushed out 19 years ago
Daniel Barkalow 4c353e890c Warn when send-pack does nothing 19 years ago
Junio C Hamano 5a3277133d Make networking commands to work from a subdirectory. 19 years ago
Junio C Hamano 9534f40bc4 Be careful when dereferencing tags. 19 years ago
Junio C Hamano 5a2e04d203 Ignore funny refname sent from remote 19 years ago
Junio C Hamano 1a7141ff28 Ignore funny refname sent from remote 19 years ago
Junio C Hamano ff27adf3da Support +<src>:<dst> format in push as well. 19 years ago
Junio C Hamano 51b0fca012 Fix ref_newer() in send-pack. 20 years ago
Junio C Hamano 37fde874c2 Fix send-pack for non-commitish tags. 20 years ago
Junio C Hamano f88395ac23 Renaming push. 20 years ago
Junio C Hamano 40b64d47c3 send-pack: handle partial pushes correctly. 20 years ago
Junio C Hamano 0bc3cdfc82 Make send-pack --all and explicit ref mutually exclusive. 20 years ago
Linus Torvalds bdf25142aa Fix potential send-pack SIGSEGV 20 years ago
Linus Torvalds 2a9c3fe838 git-send-pack: verify that sender is a proper superset of receiver 20 years ago
Linus Torvalds d1c133f5d4 Merge three separate "fetch refs" functions 20 years ago
Linus Torvalds d089391c00 git-send-pack: add "--all" option to send all refs to the other side 20 years ago
Junio C Hamano 2a24501363 [PATCH] Documentation: send/receive. 20 years ago