1. d4f694b Allow git push to delete remote ref. by Junio C Hamano · 18 years ago
  2. fa438a2 make git-push a bit more verbose by Nicolas Pitre · 18 years ago
  3. 8da1977 Tell between packed, unpacked and symbolic refs. by Junio C Hamano · 19 years ago
  4. cb5d709 Add callback data to for_each_ref() family. by Junio C Hamano · 19 years ago
  5. f6e8dd3 Merge branch 'aw/send-pack' by Junio C Hamano · 19 years ago
  6. 8a5dbef Test return value of finish_connect() by Franck Bui-Huu · 19 years ago
  7. c727fe2 send-pack: switch to using git-rev-list --stdin by Andy Whitcroft · 19 years ago
  8. 2d7320d Use xmalloc instead of malloc by Jonas Fonseca · 19 years ago
  9. e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce · 19 years ago
  10. a89fccd Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. by David Rientjes · 19 years ago
  11. 96f1e58 remove unnecessary initializations by David Rientjes · 19 years ago
  12. aa14540 Make pack_objects void. by David Rientjes · 19 years ago
  13. 1974632 Remove TYPE_* constant macros and use object_type enums consistently. by Linus Torvalds · 19 years ago
  14. 2718ff0 Improve git-peek-remote by Linus Torvalds · 19 years ago
  15. 885a86a Shrink "struct object" a bit by Linus Torvalds · 19 years ago
  16. 84a9b58 sha1_name: warning ambiguous refs. by Junio C Hamano · 19 years ago
  17. 9201c70 Const tightening. by Junio C Hamano · 19 years ago
  18. f0b0af1 Merge branches 'jc/rev-list' and 'jc/pack-thin' by Junio C Hamano · 19 years ago
  19. 797656e send-pack: do not give up when remote has insanely large number of refs. by Junio C Hamano · 19 years ago
  20. 2245be3 send-pack --thin: use "thin pack" delta transfer. by Junio C Hamano · 19 years ago
  21. 77cb17e Exec git programs without using PATH. by Michal Ostrowski · 19 years ago
  22. cfee10a send-pack/receive-pack: allow errors to be reported back to pusher. by Junio C Hamano · 19 years ago
  23. 69310a3 send-pack: reword non-fast-forward error message. by Junio C Hamano · 19 years ago
  24. 9470657 Avoid misleading success message on error by Johannes Schindelin · 19 years ago
  25. 41f93a2 Make "git-send-pack" less verbose by default by Linus Torvalds · 19 years ago
  26. ed24928 Make git-send-pack exit with error when some refs couldn't be pushed out by Petr Baudis · 19 years ago
  27. 4c353e8 Warn when send-pack does nothing by Daniel Barkalow · 19 years ago
  28. 5a32771 Make networking commands to work from a subdirectory. by Junio C Hamano · 19 years ago
  29. 9534f40 Be careful when dereferencing tags. by Junio C Hamano · 19 years ago
  30. 1a7141f Ignore funny refname sent from remote by Junio C Hamano · 19 years ago
  31. ff27adf Support +<src>:<dst> format in push as well. by Junio C Hamano · 20 years ago
  32. 51b0fca Fix ref_newer() in send-pack. by Junio C Hamano · 20 years ago
  33. 37fde87 Fix send-pack for non-commitish tags. by Junio C Hamano · 20 years ago
  34. f88395a Renaming push. by Junio C Hamano · 20 years ago
  35. 40b64d4 send-pack: handle partial pushes correctly. by Junio C Hamano · 20 years ago
  36. 0bc3cdf Make send-pack --all and explicit ref mutually exclusive. by Junio C Hamano · 20 years ago
  37. bdf2514 Fix potential send-pack SIGSEGV by Linus Torvalds · 20 years ago
  38. 2a9c3fe git-send-pack: verify that sender is a proper superset of receiver by Linus Torvalds · 20 years ago
  39. d1c133f Merge three separate "fetch refs" functions by Linus Torvalds · 20 years ago
  40. d089391 git-send-pack: add "--all" option to send all refs to the other side by Linus Torvalds · 20 years ago
  41. 2a24501 [PATCH] Documentation: send/receive. by Junio C Hamano · 20 years ago
  42. e33b2ef git-send-pack: Fix duplicate refname match by Linus Torvalds · 20 years ago
  43. 584c6cc Teach 'git-send-pack' to send new branches and tags. by Linus Torvalds · 20 years ago
  44. 723c31f Add "git_path()" and "head_ref()" helper functions. by Linus Torvalds · 20 years ago
  45. 013e7c7 Move ref path matching to connect.c library by Linus Torvalds · 20 years ago
  46. f719259 Factor out the ssh connection stuff from send-pack.c by Linus Torvalds · 20 years ago
  47. 7ec4e60 Fix gcc warning in send-pack.c by Linus Torvalds · 20 years ago
  48. d0efc8a Do ref matching on the sender side rather than on receiver by Linus Torvalds · 20 years ago
  49. 94fdb7a git-send-pack: actually send the object pack by Linus Torvalds · 20 years ago
  50. 56b6ed8 Add comment on what send-pack still needs to do by Linus Torvalds · 20 years ago
  51. 7f8e982 Slow but steady progress on git pack receive/send by Linus Torvalds · 20 years ago
  52. e4b5c7f git-send-pack: start parsing local/remote reference differences by Linus Torvalds · 20 years ago
  53. f3a3214 Make send/receive-pack be closer to doing something interesting by Linus Torvalds · 20 years ago
  54. 6122147 Start of "git-send-pack", the local part of sending off a pack by Linus Torvalds · 20 years ago