52 Commits (936a9508cc0d5369b00c76ee63cdb81556e7be39)

Author SHA1 Message Date
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. 18 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
Linus Torvalds e33b2ef8f5 git-send-pack: Fix duplicate refname match 20 years ago
Linus Torvalds 584c6cc91a Teach 'git-send-pack' to send new branches and tags. 20 years ago
Linus Torvalds 723c31fea2 Add "git_path()" and "head_ref()" helper functions. 20 years ago
Linus Torvalds 013e7c7ff4 Move ref path matching to connect.c library 20 years ago
Linus Torvalds f71925983d Factor out the ssh connection stuff from send-pack.c 20 years ago
Linus Torvalds 7ec4e60819 Fix gcc warning in send-pack.c 20 years ago
Linus Torvalds d0efc8a71d Do ref matching on the sender side rather than on receiver 20 years ago
Linus Torvalds 94fdb7aa17 git-send-pack: actually send the object pack 20 years ago
Linus Torvalds 56b6ed8881 Add comment on what send-pack still needs to do 20 years ago
Linus Torvalds 7f8e982834 Slow but steady progress on git pack receive/send 20 years ago
Linus Torvalds e4b5c7fff4 git-send-pack: start parsing local/remote reference differences 20 years ago
Linus Torvalds f3a3214e83 Make send/receive-pack be closer to doing something interesting 20 years ago