1. 22f9b7f strvec: convert builtin/ callers away from argv_array name by Jeff King · 4 years, 8 months ago
  2. dbbcd44 strvec: rename files from argv-array to strvec by Jeff King · 4 years, 8 months ago
  3. 203c853 Use OPT_CALLBACK and OPT_CALLBACK_F by Denton Liu · 5 years ago
  4. b3fd6cb remote rename/remove: gently handle remote.pushDefault config by Bert Wesarg · 5 years ago
  5. 923d4a5 remote rename/remove: handle branch.<name>.pushRemote config values by Bert Wesarg · 5 years ago
  6. ceff1a1 remote: clean-up config callback by Bert Wesarg · 5 years ago
  7. 1a83068 remote: clean-up by returning early to avoid one indentation by Bert Wesarg · 5 years ago
  8. 88f8576 pull --rebase/remote rename: document and honor single-letter abbreviations rebase types by Bert Wesarg · 5 years ago
  9. 99f86bd remote: pass NULL to read_ref_full() because object ID is not needed by René Scharfe · 5 years ago
  10. 113c29a remove_all_fetch_refspecs(): drop unused "remote" parameter by Jeff King · 6 years ago
  11. 00d5f66 Merge branch 'ms/remote-error-message-update' by Junio C Hamano · 7 years ago
  12. 769af0f Merge branch 'jk/cocci' by Junio C Hamano · 7 years ago
  13. 1b7a91d Merge branch 'ds/reachable' by Junio C Hamano · 7 years ago
  14. 5025425 builtin/remote: quote remote name on error to display empty name by Shulhan · 7 years ago
  15. 4a7e27e convert "oidcmp() == 0" to oideq() by Jeff King · 7 years ago
  16. fc0df93 Merge branch 'rs/opt-updates' by Junio C Hamano · 7 years ago
  17. 446e63c remote: improve argument help for add --mirror by René Scharfe · 7 years ago
  18. 11ea82a Merge branch 'rs/remote-mv-leakfix' by Junio C Hamano · 7 years ago
  19. fe583c6 remote: clear string_list after use in mv() by René Scharfe · 7 years ago
  20. 1d614d4 commit-reach: move ref_newer from remote.c by Derrick Stolee · 7 years ago
  21. 00624d6 Merge branch 'sb/object-store-grafts' by Junio C Hamano · 7 years ago
  22. b16b60f Merge branch 'sb/object-store-grafts' into sb/object-store-lookup by Junio C Hamano · 7 years ago
  23. e12cbea Merge branch 'bw/ref-prefix-for-configured-refspec' by Junio C Hamano · 7 years ago
  24. 2c18e6a Merge branch 'js/rebase-recreate-merge' by Junio C Hamano · 7 years ago
  25. 5c7ec84 remote: convert match_push_refs to take a struct refspec by Brandon Williams · 7 years ago
  26. a2ac50c remote: convert get_stale_heads to take a struct refspec by Brandon Williams · 7 years ago
  27. e5349ab remote: convert fetch refspecs to struct refspec by Brandon Williams · 7 years ago
  28. 6bdb304 remote: convert push refspecs to struct refspec by Brandon Williams · 7 years ago
  29. 0ad4a5f refspec: rename struct refspec to struct refspec_item by Brandon Williams · 7 years ago
  30. ec0cb49 refspec: move refspec parsing logic into its own file by Brandon Williams · 7 years ago
  31. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
  32. 9bfa0f9 Merge branch 'bw/protocol-v2' by Junio C Hamano · 7 years ago
  33. 1131ec9 pull: accept --rebase=merges to recreate the branch topology by Johannes Schindelin · 7 years ago
  34. 1af8ae1 transport: convert transport_get_remote_refs to take a list of ref prefixes by Brandon Williams · 7 years ago
  35. 7fb6aef Merge branch 'nd/parseopt-completion' by Junio C Hamano · 7 years ago
  36. b537e0b remote: rename 'new' variables by Brandon Williams · 7 years ago
  37. ebc4a04 remote: force completing --mirror= instead of --mirror by Nguyễn Thái Ngọc Duy · 7 years ago
  38. a972229 Merge branch 'mh/tidy-ref-update-flags' by Junio C Hamano · 7 years ago
  39. e7e456f Merge branch 'bc/object-id' by Junio C Hamano · 7 years ago
  40. 91774af refs: rename constant `REF_NODEREF` to `REF_NO_DEREF` by Michael Haggerty · 7 years ago
  41. 752848d remote: handle broken symrefs by Jeff King · 7 years ago
  42. 34c290a refs: convert read_ref and read_ref_full to object_id by brian m. carlson · 7 years ago
  43. 744c040 refs: pass NULL to resolve_ref_unsafe() if hash is not needed by René Scharfe · 8 years ago
  44. 85af9f7 remote: release strbuf after use in set_url() by Rene Scharfe · 8 years ago
  45. b95c8ce remote: release strbuf after use in migrate_file() by Rene Scharfe · 8 years ago
  46. e2581b7 remote: release strbuf after use in read_remote_branches() by Rene Scharfe · 8 years ago
  47. bdfcdef Merge branch 'ma/parse-maybe-bool' by Junio C Hamano · 8 years ago
  48. 8957661 treewide: deprecate git_config_maybe_bool, use git_parse_maybe_bool by Martin Ågren · 8 years ago
  49. f31d23a Merge branch 'bw/config-h' by Junio C Hamano · 8 years ago
  50. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  51. 711a11c Merge branch 'mh/packed-ref-store-prep' by Junio C Hamano · 8 years ago
  52. 66f5f6d C style: use standard style for "TRANSLATORS" comments by Ævar Arnfjörð Bjarmason · 8 years ago
  53. 64da419 ref_store: take a `msg` parameter when deleting references by Michael Haggerty · 8 years ago
  54. 3e5c639 Merge branch 'rl/remote-allow-missing-branch-name-merge' by Junio C Hamano · 8 years ago
  55. 20690b2 remote: ignore failure to remove missing branch.<name>.merge by Ross Lagerwall · 8 years ago
  56. 755b49a delete_ref: accept a reflog message argument by Kyle Meyer · 8 years ago
  57. fe575f0 Merge branch 'js/remote-rename-with-half-configured-remote' by Junio C Hamano · 8 years ago
  58. e459b07 remote rename: more carefully determine whether a remote is configured by Johannes Schindelin · 8 years ago
  59. 9ed0d8d use QSORT by René Scharfe · 8 years ago
  60. 87492cb Merge branch 'mh/ref-iterators' by Junio C Hamano · 9 years ago
  61. 2703572 Merge branch 'va/i18n-even-more' by Junio C Hamano · 9 years ago
  62. b8b6365 Merge branch 'jk/string-list-static-init' by Junio C Hamano · 9 years ago
  63. 29a7cf9 remote rm: handle symbolic refs correctly by Michael Haggerty · 9 years ago
  64. c5f04dd delete_refs(): add a flags argument by Michael Haggerty · 9 years ago
  65. a1b467a i18n: remote: allow translations to reorder message by Vasco Almeida · 9 years ago
  66. 7ba7b9a i18n: remote: mark URL fallback text for translation by Vasco Almeida · 9 years ago
  67. 070b7e4 i18n: builtin/remote.c: fix mark for translation by Vasco Almeida · 9 years ago
  68. 2721ce2 use string_list initializer consistently by Jeff King · 9 years ago
  69. 6c1fbe1 i18n: remote: add comment for translators by Vasco Almeida · 9 years ago
  70. 225caa7 Merge branch 'ps/config-error' by Junio C Hamano · 9 years ago
  71. 3d18064 config: rename git_config_set_or_die to git_config_set by Patrick Steinhardt · 9 years ago
  72. 30598ad config: rename git_config_set to git_config_set_gently by Patrick Steinhardt · 9 years ago
  73. c397deb remote: die on config error when manipulating remotes by Patrick Steinhardt · 9 years ago
  74. ab5e4b6 remote: die on config error when setting/adding branches by Patrick Steinhardt · 9 years ago
  75. 45ebdcc remote: die on config error when setting URL by Patrick Steinhardt · 9 years ago
  76. a31eeae remote: use remote_is_configured() for add and rename by Thomas Gummerer · 9 years ago
  77. cc8e538 remote: actually check if remote exits by Thomas Gummerer · 9 years ago
  78. 674468b remote: simplify remote_is_configured() by Thomas Gummerer · 9 years ago
  79. b5496d4 remote: handle the config setting branch.*.rebase=interactive by Johannes Schindelin · 9 years ago
  80. 6f3d57b ref_newer: convert to use struct object_id by brian m. carlson · 9 years ago
  81. f4e54d0 Convert struct ref to use object_id. by brian m. carlson · 9 years ago
  82. e437cbd Merge branch 'bb/remote-get-url' by Junio C Hamano · 9 years ago
  83. 96f78d3 remote: add get-url subcommand by Ben Boeckel · 10 years ago
  84. b21a5d6 remote.c: drop extraneous local variable from migrate_file by Jeff King · 10 years ago
  85. a122366 prune_remote(): use delete_refs() by Michael Haggerty · 10 years ago
  86. 98ffd5f delete_refs(): new function for the refs API by Michael Haggerty · 10 years ago
  87. b4c4af8 remove_branches(): remove temporary by Michael Haggerty · 10 years ago
  88. 53dc95b builtin/remote: rewrite functions to take object_id arguments by Michael Haggerty · 10 years ago
  89. e26cdf9 add_branch_for_removal(): don't set "util" field of string_list entries by Michael Haggerty · 10 years ago
  90. 45690a5 add_branch_for_removal(): rewrite to take an object_id argument by Michael Haggerty · 10 years ago
  91. 2b2a5be each_ref_fn: change to take an object_id parameter by Michael Haggerty · 10 years ago
  92. 68a2e6a Merge branch 'nd/multiple-work-trees' by Junio C Hamano · 10 years ago
  93. bb831db Merge branch 'ah/usage-strings' by Junio C Hamano · 10 years ago
  94. 9c9b4f2 standardize usage info string format by Alex Henrie · 10 years ago
  95. fb86e32 git remote: allow adding remotes agreeing with url.<...>.insteadOf by Johannes Schindelin · 10 years ago
  96. dcf6926 path.c: make get_pathname() call sites return const char * by Nguyễn Thái Ngọc Duy · 10 years ago
  97. 3383e19 sort_string_list(): rename to string_list_sort() by Michael Haggerty · 10 years ago
  98. 8552943 prune_remote(): iterate using for_each_string_list_item() by Michael Haggerty · 10 years ago
  99. fcce0da prune_remote(): rename local variable by Michael Haggerty · 10 years ago
  100. 4a45b2f repack_without_refs(): make the refnames argument a string_list by Michael Haggerty · 10 years ago