1. d70a9eb strvec: rename struct fields by Jeff King · 4 years, 8 months ago
  2. 22f9b7f strvec: convert builtin/ callers away from argv_array name by Jeff King · 4 years, 8 months ago
  3. 2dcde20 sha1-file: pass git_hash_algo to hash_object_file() by Matheus Tavares · 5 years ago
  4. 676278f Merge branch 'bc/object-id-part17' by Junio C Hamano · 5 years ago
  5. c77722b use get_tagged_oid() by René Scharfe · 6 years ago
  6. 28ba183 builtin/replace: make hash size independent by brian m. carlson · 6 years ago
  7. ce2a18f Merge branch 'cc/replace-graft-peel-tags' by Junio C Hamano · 6 years ago
  8. ee521ec replace: peel tag when passing a tag first to --graft by Christian Couder · 6 years ago
  9. f8e44a8 replace: peel tag when passing a tag as parent to --graft by Christian Couder · 6 years ago
  10. 5a59a23 completion: add more parameter value completion by Nguyễn Thái Ngọc Duy · 6 years ago
  11. f8adbec cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch by Nguyễn Thái Ngọc Duy · 6 years ago
  12. 671e629 Merge branch 'ab/replace-graft-with-replace-advice' by Junio C Hamano · 6 years ago
  13. 8821e90 advice: don't pointlessly suggest --convert-graft-file by Ævar Arnfjörð Bjarmason · 6 years ago
  14. e60e38a Merge branch 'ds/commit-graph-with-grafts' into maint by Junio C Hamano · 6 years ago
  15. 11877b9 Merge branch 'nd/the-index' by Junio C Hamano · 6 years ago
  16. 6d8f8eb Merge branch 'ds/commit-graph-with-grafts' by Junio C Hamano · 6 years ago
  17. 58bf2a4 sha1-file.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 6 years ago
  18. 4a7e27e convert "oidcmp() == 0" to oideq() by Jeff King · 7 years ago
  19. 212e0f7 refs.c: upgrade for_each_replace_ref to be a each_repo_ref_fn callback by Stefan Beller · 7 years ago
  20. 1689c22 Merge branch 'jk/core-use-replace-refs' by Junio C Hamano · 7 years ago
  21. 4bea848 Merge branch 'nd/i18n' by Junio C Hamano · 7 years ago
  22. 225c62e builtin/replace.c: mark more strings for translation by Nguyễn Thái Ngọc Duy · 7 years ago
  23. 1a07e59 Update messages in preparation for i18n by Nguyễn Thái Ngọc Duy · 7 years ago
  24. 6ebd1ca check_replace_refs: rename to read_replace_refs by Jeff King · 7 years ago
  25. 00624d6 Merge branch 'sb/object-store-grafts' by Junio C Hamano · 7 years ago
  26. 0e740fe tag: add repository argument to parse_tag_buffer by Stefan Beller · 7 years ago
  27. ce71efb tag: add repository argument to lookup_tag by Stefan Beller · 7 years ago
  28. 2122f67 commit: add repository argument to lookup_commit_reference by Stefan Beller · 7 years ago
  29. b16b60f Merge branch 'sb/object-store-grafts' into sb/object-store-lookup by Junio C Hamano · 7 years ago
  30. 352cf6c Merge branch 'js/deprecate-grafts' by Junio C Hamano · 7 years ago
  31. fb40429 replace: introduce --convert-graft-file by Johannes Schindelin · 7 years ago
  32. 041c98e replace: prepare create_graft() for converting graft files wholesale by Johannes Schindelin · 7 years ago
  33. e24e871 replace: "libify" create_graft() and callees by Johannes Schindelin · 7 years ago
  34. d398f2e replace: avoid using die() to indicate a bug by Johannes Schindelin · 7 years ago
  35. fef461e commit: Let the callback of for_each_mergetag return on error by Johannes Schindelin · 7 years ago
  36. 0df8e96 cache.h: add repository argument to oid_object_info by Stefan Beller · 7 years ago
  37. 60ce76d refs: add repository argument to for_each_replace_ref by Stefan Beller · 7 years ago
  38. a5bbc29 Merge branch 'bc/object-id' by Junio C Hamano · 7 years ago
  39. 7fb6aef Merge branch 'nd/parseopt-completion' by Junio C Hamano · 7 years ago
  40. abef902 sha1_file: convert sha1_object_info* to object_id by brian m. carlson · 7 years ago
  41. 169c9c0 Merge branch 'bw/c-plus-plus' by Junio C Hamano · 7 years ago
  42. efdfe11 replace: rename 'new' variables by Brandon Williams · 7 years ago
  43. debca9d object: rename function 'typename' to 'type_name' by Brandon Williams · 7 years ago
  44. 1b35475 completion: use __gitcomp_builtin in _git_replace by Nguyễn Thái Ngọc Duy · 7 years ago
  45. a09c985 sha1_file: convert write_sha1_file to object_id by Patryk Obara · 7 years ago
  46. f070fac sha1_file: convert hash_sha1_file to object_id by Patryk Obara · 7 years ago
  47. 34c290a refs: convert read_ref and read_ref_full to object_id by brian m. carlson · 7 years ago
  48. 89f3bbd refs: update ref transactions to use struct object_id by brian m. carlson · 7 years ago
  49. 2616a5e refs: convert delete_ref and refs_delete_ref to struct object_id by brian m. carlson · 7 years ago
  50. e350655 sha1_file: convert index_fd to struct object_id by Patryk Obara · 8 years ago
  51. e82caf3 sha1_name: convert get_sha1* to get_oid* by brian m. carlson · 8 years ago
  52. 0c6435a Merge branch 'ab/wildmatch' by Junio C Hamano · 8 years ago
  53. f31d23a Merge branch 'bw/config-h' by Junio C Hamano · 8 years ago
  54. 55d3426 wildmatch: remove unused wildopts parameter by Ævar Arnfjörð Bjarmason · 8 years ago
  55. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  56. d3101b5 Convert lookup_tag to struct object_id by brian m. carlson · 8 years ago
  57. bc83266 Convert lookup_commit* to struct object_id by brian m. carlson · 8 years ago
  58. 372b050 replace: plug a memory leak by Junio C Hamano · 8 years ago
  59. 7f897b6 avoid using fixed PATH_MAX buffers for refs by Jeff King · 8 years ago
  60. e1fae93 Merge branch 'bc/object-id' by Junio C Hamano · 8 years ago
  61. cea4332 builtin/replace: convert to struct object_id by brian m. carlson · 8 years ago
  62. 755b49a delete_ref: accept a reflog message argument by Kyle Meyer · 8 years ago
  63. 60b3e9b Merge branch 'js/replace-edit-use-editor-configuration' by Junio C Hamano · 9 years ago
  64. 36b1437 replace --edit: respect core.editor by Johannes Schindelin · 9 years ago
  65. f2fd076 Convert struct object to object_id by brian m. carlson · 9 years ago
  66. 31a0ad5 Merge branch 'mh/replace-refs' by Junio C Hamano · 10 years ago
  67. 58d121b Allow to control where the replace refs are looked for by Mike Hommey · 10 years ago
  68. d70d7a8 show_reference(): rewrite to take an object_id argument by Michael Haggerty · 10 years ago
  69. 2b2a5be each_ref_fn: change to take an object_id parameter by Michael Haggerty · 10 years ago
  70. 1d147bd ref_transaction_update(): remove "have_old" parameter by Michael Haggerty · 10 years ago
  71. db7516a refs.c: pass the ref log message to _create/delete/update instead of _commit by Ronnie Sahlberg · 11 years ago
  72. 01d678a Merge branch 'rs/ref-transaction-1' by Junio C Hamano · 11 years ago
  73. 867c2fa replace.c: use the ref transaction functions for updates by Ronnie Sahlberg · 11 years ago
  74. d318027 run-command: introduce CHILD_PROCESS_INIT by René Scharfe · 11 years ago
  75. 1673744 Merge branch 'cc/replace-graft' by Junio C Hamano · 11 years ago
  76. 25a05a8 replace: check mergetags when using --graft by Christian Couder · 11 years ago
  77. 0b05ab6 replace: remove signature when using --graft by Christian Couder · 11 years ago
  78. 4228e8b replace: add --graft option by Christian Couder · 11 years ago
  79. 2deda62 replace: add a --raw mode for --edit by Jeff King · 11 years ago
  80. 36857e0 replace: use argv_array in export_object by Jeff King · 11 years ago
  81. 28bf942 avoid double close of descriptors handed to run_command by Jeff King · 11 years ago
  82. 3cc9d87 replace: replace spaces with tabs in indentation by Jeff King · 11 years ago
  83. ab77c30 replace: add --edit to usage string by Christian Couder · 11 years ago
  84. 2479083 replace: die early if replace ref already exists by Christian Couder · 11 years ago
  85. b6e3884 replace: refactor checking ref validity by Christian Couder · 11 years ago
  86. f22166b replace: make sure --edit results in a different object by Christian Couder · 11 years ago
  87. b892bb4 replace: add --edit option by Jeff King · 11 years ago
  88. 479bd75 replace: factor object resolution out of replace_object by Jeff King · 11 years ago
  89. 70c7bd6 replace: use OPT_CMDMODE to handle modes by Jeff King · 11 years ago
  90. 3f495f6 replace: refactor command-mode determination by Jeff King · 11 years ago
  91. 3e30cb0 Merge branch 'mh/replace-refs-variable-rename' by Junio C Hamano · 11 years ago
  92. afc711b rename read_replace_refs to check_replace_refs by Michael Haggerty · 11 years ago
  93. eb07894 use wildmatch() directly without fnmatch() wrapper by Nguyễn Thái Ngọc Duy · 11 years ago
  94. 663a856 replace info: rename 'full' to 'long' and clarify in-code symbols by Christian Couder · 11 years ago
  95. 769a4fa builtin/replace: unset read_replace_refs by Christian Couder · 11 years ago
  96. 44f9f85 builtin/replace: teach listing using short, medium or full formats by Christian Couder · 11 years ago
  97. 80f165a Merge branch 'cc/replace-with-the-same-type' by Jonathan Nieder · 11 years ago
  98. 9a86b89 Merge branch 'bk/refs-multi-update' by Junio C Hamano · 11 years ago
  99. ed0ff80 replace: allow long option names by Christian Couder · 12 years ago
  100. 277336a replace: forbid replacing an object with one of a different type by Christian Couder · 12 years ago