1. b8566f8 remote: convert struct push_cas to struct object_id by brian m. carlson · 8 years ago
  2. 872e2cf Merge branch 'bw/push-options-recursively-to-submodules' by Junio C Hamano · 8 years ago
  3. b1081e4 Merge branch 'bc/object-id' by Junio C Hamano · 8 years ago
  4. 93a96cc Merge branch 'jc/unused-symbols' by Junio C Hamano · 8 years ago
  5. c19ae47 remote: expose parse_push_refspec function by Brandon Williams · 8 years ago
  6. 8668976 remote.[ch]: parse_push_cas_option() can be static by Junio C Hamano · 8 years ago
  7. 910650d Rename sha1_array to oid_array by brian m. carlson · 8 years ago
  8. 07198af Merge branch 'mm/fetch-show-error-message-on-unadvertised-object' by Junio C Hamano · 8 years ago
  9. d56583d fetch-pack: add specific error for fetching an unadvertised object by Matt McCutchen · 8 years ago
  10. e459b07 remote rename: more carefully determine whether a remote is configured by Johannes Schindelin · 8 years ago
  11. f34d900 Merge branch 'jk/push-force-with-lease-creation' into maint by Junio C Hamano · 9 years ago
  12. e674762 Merge branch 'jk/push-force-with-lease-creation' by Junio C Hamano · 9 years ago
  13. 64ac39a push: allow pushing new branches with --force-with-lease by John Keeping · 9 years ago
  14. 674468b remote: simplify remote_is_configured() by Thomas Gummerer · 9 years ago
  15. ef97639 http: allow selection of proxy authentication method by Knut Franke · 9 years ago
  16. 6f3d57b ref_newer: convert to use struct object_id by brian m. carlson · 9 years ago
  17. f4e54d0 Convert struct ref to use object_id. by brian m. carlson · 9 years ago
  18. e291c75 remote.c: add branch_get_push by Jeff King · 10 years ago
  19. 979cb24 remote.c: return upstream name from stat_tracking_info by Jeff King · 10 years ago
  20. 3a429d0 remote.c: report specific errors from branch_get_upstream by Jeff King · 10 years ago
  21. a9f9f8c remote.c: introduce branch_get_upstream helper by Jeff King · 10 years ago
  22. da66b27 remote.c: provide per-branch pushremote name by Jeff King · 10 years ago
  23. f052154 remote.c: hoist branch.*.remote lookup out of remote_get_1 by Jeff King · 10 years ago
  24. 9e3751d remote.c: drop "remote" pointer from "struct branch" by Jeff King · 10 years ago
  25. c985aaf Merge branch 'jc/unused-symbols' by Junio C Hamano · 10 years ago
  26. a355b11 remote.c: make clear_cas_option() static by Junio C Hamano · 10 years ago
  27. 4ff17f1 send-pack.c: add --atomic command line argument by Ronnie Sahlberg · 10 years ago
  28. d0da003 use a hashmap to make remotes faster by Patrick Reynolds · 11 years ago
  29. ba928c1 push: detect local refspec errors early by Jeff King · 11 years ago
  30. 92251b1 Merge branch 'nd/shallow-clone' by Junio C Hamano · 11 years ago
  31. 7cdebd8 Merge branch 'jc/push-refmap' by Junio C Hamano · 11 years ago
  32. 4820a33 fetch: support fetching from a shallow repository by Nguyễn Thái Ngọc Duy · 11 years ago
  33. b06dcd7 connect.c: teach get_remote_heads to parse "shallow" lines by Nguyễn Thái Ngọc Duy · 11 years ago
  34. 13eb462 remote.h: replace struct extra_have_objects with struct sha1_array by Nguyễn Thái Ngọc Duy · 11 years ago
  35. ca02465 push: use remote.$name.push as a refmap by Junio C Hamano · 11 years ago
  36. b9afe66 ref_remove_duplicates(): simplify loop logic by Michael Haggerty · 11 years ago
  37. 2233ad4 Merge branch 'jc/push-cas' by Junio C Hamano · 12 years ago
  38. 631b5ef push --force-with-lease: tie it all together by Junio C Hamano · 12 years ago
  39. 91048a9 push --force-with-lease: implement logic to populate old_sha1_expect[] by Junio C Hamano · 12 years ago
  40. 28f5d17 remote.c: add command line option parser for "--force-with-lease" by Junio C Hamano · 12 years ago
  41. 737c5a9 fetch: make --prune configurable by Michael Schubert · 12 years ago
  42. 47a5918 cache.h: move remote/connect API out of it by Junio C Hamano · 12 years ago
  43. f24f715 remote.c: introduce a way to have different remotes for fetch/push by Ramkumar Ramachandra · 12 years ago
  44. 55f6fbe Merge branch 'jc/push-follow-tag' by Junio C Hamano · 12 years ago
  45. c2aba15 push: --follow-tags by Junio C Hamano · 12 years ago
  46. 6e7b66e fetch: fetch objects by their exact SHA-1 object names by Junio C Hamano · 12 years ago
  47. ed81c76 add sorting infrastructure for list refs by Jeff King · 13 years ago
  48. 6ddba5e push: add '--prune' option by Felipe Contreras · 13 years ago
  49. 9c0c09f Merge branch 'cn/fetch-prune' by Junio C Hamano · 13 years ago
  50. ed43de6 fetch: honor the user-provided refspecs when pruning refs by Carlos Martín Nieto · 13 years ago
  51. 29753cd rename "match_refs()" to "match_push_refs()" by Junio C Hamano · 14 years ago
  52. 59a5775 make copy_ref globally available by Jeff King · 14 years ago
  53. 4b05548 enums: omit trailing comma for portability by Gary V. Vaughan · 15 years ago
  54. 20e8b46 refactor ref status logic for pushing by Tay Ray Chuan · 15 years ago
  55. e74f43f Merge branch 'sr/vcs-helper' by Junio C Hamano · 15 years ago
  56. 72ff894 Allow helper to map private ref names into normal names by Daniel Barkalow · 15 years ago
  57. c578f51 Add a config option for remotes to specify a foreign vcs by Daniel Barkalow · 15 years ago
  58. f2ef607 remote: refactor some logic into get_stale_heads() by Jay Soffian · 15 years ago
  59. deded16 Merge branch 'mg/pushurl' by Junio C Hamano · 16 years ago
  60. 2034623 Allow push and fetch urls to be different by Michael J Gruber · 16 years ago
  61. 6d2bf96 match_refs: search ref list tail internally by Clemens Buchacher · 16 years ago
  62. 9a23ba3 remote: New function remote_is_configured() by Finn Arne Gangstad · 16 years ago
  63. 4229f1f remote: let guess_remote_head() optionally return all matches by Jay Soffian · 16 years ago
  64. 6cb4e6c remote: simplify guess_remote_head() by Jay Soffian · 16 years ago
  65. 8ef5173 move locate_head() to remote.c by Jay Soffian · 16 years ago
  66. ec8452d move duplicated ref_newer() to remote.c by Jay Soffian · 16 years ago
  67. 454e202 move duplicated get_local_heads() to remote.c by Jay Soffian · 16 years ago
  68. 89cf4c7 remote: add a new 'origin' variable to the struct by Miklos Vajna · 16 years ago
  69. 59c69c0 make alloc_ref_from_str() the new alloc_ref() by René Scharfe · 16 years ago
  70. 697d7f5 remote.c: make free_ref(), parse_push_refspec() and free_refspecs() static. by Nanako Shiraishi · 16 years ago
  71. 2cb1f36 remote.c: add a function for deleting a refspec array and use it (twice) by Brandon Casey · 17 years ago
  72. 6d21bf9 Refactor "tracking statistics" code used by "git checkout" by Junio C Hamano · 17 years ago
  73. b84c343 Merge branch 'db/clone-in-c' by Junio C Hamano · 17 years ago
  74. 182fb4d Merge branch 'pb/push' by Junio C Hamano · 17 years ago
  75. 737922a alloc_ref_from_str(): factor out a common pattern of alloc_ref from string by Krzysztof Kowalczyk · 17 years ago
  76. 31a3c6b Merge branch 'db/learn-HEAD' by Junio C Hamano · 17 years ago
  77. e0aaa29 Have a constant extern refspec for "--tags" by Daniel Barkalow · 17 years ago
  78. a83619d add special "matching refs" refspec by Paolo Bonzini · 17 years ago
  79. be885d9 Make ls-remote http://... list HEAD, like for git://... by Daniel Barkalow · 17 years ago
  80. 84bb2df Add a remote.*.mirror configuration option by Paolo Bonzini · 17 years ago
  81. 24b6177 git-remote: reject adding remotes with invalid names by Jonas Fonseca · 17 years ago
  82. 46220ca remote.c: Fix overtight refspec validation by Junio C Hamano · 17 years ago
  83. 211c896 Make git-remote a builtin by Johannes Schindelin · 17 years ago
  84. 2d31347 Use ALLOC_GROW in remote.{c,h} by Daniel Barkalow · 17 years ago
  85. 14c9821 Add remote.<name>.proxy by Sam Vilain · 17 years ago
  86. 28b9d6e Teach send-pack a mirror mode by Andy Whitcroft · 17 years ago
  87. 4577370 Miscellaneous const changes and utilities by Daniel Barkalow · 17 years ago
  88. 9ad7c5a git-fetch: do not fail when remote branch disappears by Junio C Hamano · 17 years ago
  89. 2467a4f Remove duplicate ref matches in fetch by Daniel Barkalow · 17 years ago
  90. 28b91f8 Rename remote.uri to remote.url within remote handling internals by Shawn O. Pearce · 17 years ago
  91. 85682c1 Correct handling of branch.$name.merge in builtin-fetch by Shawn O. Pearce · 17 years ago
  92. d71ab17 Add matching and parsing for fetch-side refspec rules by Daniel Barkalow · 18 years ago
  93. cf81834 Report information on branches from remote.h by Daniel Barkalow · 18 years ago
  94. 0012ba2 Add uploadpack configuration info to remote. by Daniel Barkalow · 18 years ago
  95. b42f692 Add for_each_remote() function, and extend remote_find_tracking() by Johannes Schindelin · 18 years ago
  96. dfd255d Add allocation and freeing functions for struct refs by Daniel Barkalow · 18 years ago
  97. 5d46c9d Add handlers for fetch-side configuration of remotes. by Daniel Barkalow · 18 years ago
  98. 6b62816 Move refspec parser from connect.c and cache.h to remote.{c,h} by Daniel Barkalow · 18 years ago
  99. 5751f49 Move remote parsing into a library file out of builtin-push. by Daniel Barkalow · 18 years ago