1. 7a7d085 Merge branch 'nd/remote-plural-ours-plus-theirs' by Junio C Hamano · 9 years ago
  2. f54bea4 remote.c: specify correct plural form in "commit diverge" message by Nguyễn Thái Ngọc Duy · 9 years ago
  3. 6433189 Merge branch 'jk/fix-attribute-macro-in-2.5' by Junio C Hamano · 9 years ago
  4. 060e776 remote.c: spell __attribute__ correctly by Jeff King · 9 years ago
  5. f2f12d1 remote: don't resolve HEAD in non-repository by Jeff King · 9 years ago
  6. 11529ec Merge branch 'jk/tighten-alloc' by Junio C Hamano · 9 years ago
  7. ae2f255 Merge branch 'tg/git-remote' by Junio C Hamano · 9 years ago
  8. 50a6c8e use st_add and st_mult for allocation size computation by Jeff King · 9 years ago
  9. 96ffc06 convert trivial cases to FLEX_ARRAY macros by Jeff King · 9 years ago
  10. 674468b remote: simplify remote_is_configured() by Thomas Gummerer · 9 years ago
  11. bc60f8a remote: use parse_config_key by Thomas Gummerer · 9 years ago
  12. 24abb31 Merge branch 'aw/push-force-with-lease-reporting' by Junio C Hamano · 9 years ago
  13. 30f302f Merge branch 'kf/http-proxy-auth-methods' by Junio C Hamano · 9 years ago
  14. b2e93f8 push: fix ref status reporting for --force-with-lease by Andrew Wheeler · 9 years ago
  15. ef97639 http: allow selection of proxy authentication method by Knut Franke · 9 years ago
  16. 18814d0 remote.c: read $GIT_DIR/remotes/* with strbuf_getline() by Junio C Hamano · 9 years ago
  17. 8f309ae strbuf: introduce strbuf_getline_{lf,nul}() by Junio C Hamano · 9 years ago
  18. fcd30b1 remote: convert functions to struct object_id by brian m. carlson · 9 years ago
  19. f2fd076 Convert struct object to object_id by brian m. carlson · 9 years ago
  20. 6f3d57b ref_newer: convert to use struct object_id by brian m. carlson · 9 years ago
  21. f4e54d0 Convert struct ref to use object_id. by brian m. carlson · 9 years ago
  22. 0692a6c Merge branch 'rs/pop-commit' by Junio C Hamano · 9 years ago
  23. e510ab8 use pop_commit() for consuming the first entry of a struct commit_list by René Scharfe · 9 years ago
  24. 0fb1990 read_branches_file: plug a FILE* leak by Johannes Sixt · 9 years ago
  25. 0b282cc stat_tracking_info: convert to argv_array by Jeff King · 9 years ago
  26. 0e265a9 read_remotes_file: simplify string handling by Jeff King · 9 years ago
  27. f28e3ab read_branches_file: simplify string handling by Jeff King · 9 years ago
  28. 75faa45 replace trivial malloc + sprintf / strcpy calls with xstrfmt by Jeff King · 9 years ago
  29. 5455ee0 Merge branch 'bc/object-id' by Junio C Hamano · 10 years ago
  30. 455ade6 remote: rewrite functions to take object_id arguments by Michael Haggerty · 10 years ago
  31. 2b2a5be each_ref_fn: change to take an object_id parameter by Michael Haggerty · 10 years ago
  32. e291c75 remote.c: add branch_get_push by Jeff King · 10 years ago
  33. 979cb24 remote.c: return upstream name from stat_tracking_info by Jeff King · 10 years ago
  34. 1ca41a1 remote.c: untangle error logic in branch_get_upstream by Jeff King · 10 years ago
  35. 3a429d0 remote.c: report specific errors from branch_get_upstream by Jeff King · 10 years ago
  36. a9f9f8c remote.c: introduce branch_get_upstream helper by Jeff King · 10 years ago
  37. 8770e6f remote.c: hoist read_config into remote_get_1 by Jeff King · 10 years ago
  38. da66b27 remote.c: provide per-branch pushremote name by Jeff King · 10 years ago
  39. f052154 remote.c: hoist branch.*.remote lookup out of remote_get_1 by Jeff King · 10 years ago
  40. 9e3751d remote.c: drop "remote" pointer from "struct branch" by Jeff King · 10 years ago
  41. ee2499f remote.c: refactor setup of branch->merge list by Jeff King · 10 years ago
  42. e41bf35 remote.c: drop default_remote_name variable by Jeff King · 10 years ago
  43. c985aaf Merge branch 'jc/unused-symbols' by Junio C Hamano · 10 years ago
  44. 092c4be Merge branch 'jk/blame-commit-label' by Junio C Hamano · 10 years ago
  45. a355b11 remote.c: make clear_cas_option() static by Junio C Hamano · 10 years ago
  46. 8c53f07 use xstrdup_or_null to replace ternary conditionals by Jeff King · 10 years ago
  47. da178ac Merge branch 'jc/checkout-local-track-report' by Junio C Hamano · 10 years ago
  48. 3383e19 sort_string_list(): rename to string_list_sort() by Michael Haggerty · 10 years ago
  49. 7695d11 refs.c: change resolve_ref_unsafe reading argument to be a flags field by Ronnie Sahlberg · 11 years ago
  50. 05e7368 checkout: report upstream correctly even with loosely defined branch.*.merge by Junio C Hamano · 10 years ago
  51. 07bfa57 remote: simplify match_name_with_pattern() using strbuf by René Scharfe · 10 years ago
  52. 715b63c Merge branch 'sb/prepare-revision-walk-error-check' by Junio C Hamano · 11 years ago
  53. 27fbcf8 Merge branch 'sb/plug-leaks' by Junio C Hamano · 11 years ago
  54. 81c3ce3 prepare_revision_walk(): check for return value in all places by Stefan Beller · 11 years ago
  55. 2f50bab remote.c: don't leak the base branch name in format_tracking_info by Stefan Beller · 11 years ago
  56. d0da003 use a hashmap to make remotes faster by Patrick Reynolds · 11 years ago
  57. 3b8e8af Merge branch 'jk/xstrfmt' by Junio C Hamano · 11 years ago
  58. e91ae32 Merge branch 'jk/skip-prefix' by Junio C Hamano · 11 years ago
  59. fa82037 Merge branch 'rs/more-starts-with' by Junio C Hamano · 11 years ago
  60. 95b567c use skip_prefix to avoid repeating strings by Jeff King · 11 years ago
  61. fa3f60b use xstrfmt in favor of manual size calculations by Jeff King · 11 years ago
  62. 50e19a8 Use starts_with() for C strings instead of memcmp() by René Scharfe · 11 years ago
  63. da7a478 remote.c: rearrange xcalloc arguments by Brian Gesiak · 11 years ago
  64. d59c12d Merge branch 'jl/nor-or-nand-and' by Junio C Hamano · 11 years ago
  65. 400ecca Merge branch 'cn/fetch-prune-overlapping-destination' by Junio C Hamano · 11 years ago
  66. 0168990 comments: fix misuses of "nor" by Justin Lebar · 11 years ago
  67. e6f6371 fetch: handle overlaping refspecs on --prune by Carlos Martín Nieto · 11 years ago
  68. 4097a25 Merge branch 'jk/remote-pushremote-config-reading' into maint by Junio C Hamano · 11 years ago
  69. 9befb34 Merge branch 'jk/detect-push-typo-early' by Junio C Hamano · 11 years ago
  70. d52571d Merge branch 'jk/remote-pushremote-config-reading' by Junio C Hamano · 11 years ago
  71. ba928c1 push: detect local refspec errors early by Jeff King · 11 years ago
  72. 471fd3f match_explicit_lhs: allow a "verify only" mode by Jeff King · 11 years ago
  73. f7ade3d match_explicit: hoist refspec lhs checks into their own function by Jeff King · 11 years ago
  74. 98b406f remote: handle pushremote config in any order by Jeff King · 11 years ago
  75. 9bb5287 Merge branch 'mh/retire-ref-fetch-rules' by Junio C Hamano · 11 years ago
  76. 54457fe refname_match(): always use the rules in ref_rev_parse_rules by Michael Haggerty · 11 years ago
  77. 7cdebd8 Merge branch 'jc/push-refmap' by Junio C Hamano · 11 years ago
  78. ad70448 Merge branch 'cc/starts-n-ends-with' by Junio C Hamano · 11 years ago
  79. e66ef7a Merge branch 'mh/fetch-tags-in-addition-to-normal-refs' by Junio C Hamano · 11 years ago
  80. 5955654 replace {pre,suf}fixcmp() with {starts,ends}_with() by Christian Couder · 11 years ago
  81. ca02465 push: use remote.$name.push as a refmap by Junio C Hamano · 11 years ago
  82. f096e6e fetch: improve the error messages emitted for conflicting refspecs by Michael Haggerty · 11 years ago
  83. 76ea671 handle_duplicate(): mark error message for translation by Michael Haggerty · 11 years ago
  84. df02ebd ref_remote_duplicates(): extract a function handle_duplicate() by Michael Haggerty · 11 years ago
  85. b9afe66 ref_remove_duplicates(): simplify loop logic by Michael Haggerty · 11 years ago
  86. 09ea1f8 ref_remove_duplicates(): avoid redundant bisection by Michael Haggerty · 11 years ago
  87. 049bff8 query_refspecs(): move some constants out of the loop by Michael Haggerty · 11 years ago
  88. e31a17f get_expanded_map(): avoid memory leak by Michael Haggerty · 11 years ago
  89. f166db2 get_expanded_map(): add docstring by Michael Haggerty · 11 years ago
  90. 93542d9 Merge branch 'jk/remote-literal-string-leakfix' by Junio C Hamano · 11 years ago
  91. 11a6ba1 remote: do not copy "origin" string literal by Jeff King · 11 years ago
  92. 2e6e3e82e Merge branch 'jx/branch-vv-always-compare-with-upstream' by Junio C Hamano · 11 years ago
  93. 2233ad4 Merge branch 'jc/push-cas' by Junio C Hamano · 12 years ago
  94. a5e10f8 Merge branch 'ms/fetch-prune-configuration' by Junio C Hamano · 12 years ago
  95. f223459 status: always show tracking branch even no change by Jiang Xin · 12 years ago
  96. f2e0873 branch: report invalid tracking branch as gone by Jiang Xin · 12 years ago
  97. 631b5ef push --force-with-lease: tie it all together by Junio C Hamano · 12 years ago
  98. 91048a9 push --force-with-lease: implement logic to populate old_sha1_expect[] by Junio C Hamano · 12 years ago
  99. 28f5d17 remote.c: add command line option parser for "--force-with-lease" by Junio C Hamano · 12 years ago
  100. 737c5a9 fetch: make --prune configurable by Michael Schubert · 12 years ago