1. d22245a hashmap_entry_init takes "struct hashmap_entry *" by Eric Wong · 5 years ago
  2. 0ebbcf7 object: convert lookup_unknown_object() to use object_id by Jeff King · 6 years ago
  3. 0d107b1 Merge branch 'nd/worktree-name-sanitization' by Junio C Hamano · 6 years ago
  4. 1de16ae worktree add: sanitize worktree names by Nguyễn Thái Ngọc Duy · 6 years ago
  5. 7fdff47 refs.c: remove the_repo from read_ref_at() by Nguyễn Thái Ngọc Duy · 6 years ago
  6. 5670090 refs.c: add repo_dwim_log() by Nguyễn Thái Ngọc Duy · 6 years ago
  7. d8984c5 refs.c: add repo_dwim_ref() by Nguyễn Thái Ngọc Duy · 6 years ago
  8. 0b1dbf5 refs.c: remove the_repo from expand_ref() by Nguyễn Thái Ngọc Duy · 6 years ago
  9. 8f56e9d refs.c: remove the_repo from substitute_branch_name() by Nguyễn Thái Ngọc Duy · 6 years ago
  10. 546edf3 refs.c: add refs_shorten_unambiguous_ref() by Nguyễn Thái Ngọc Duy · 6 years ago
  11. b3cd33d refs.c: add refs_ref_exists() by Nguyễn Thái Ngọc Duy · 6 years ago
  12. 98374a0 convert has_sha1_file() callers to has_object_file() by Jeff King · 6 years ago
  13. c72431f Merge branch 'ra/rev-parse-exclude-glob' by Junio C Hamano · 6 years ago
  14. e146cc9 Merge branch 'nd/per-worktree-ref-iteration' by Junio C Hamano · 6 years ago
  15. 9ab9b5d refs: fix some exclude patterns being ignored by Rafael Ascensão · 6 years ago
  16. 3a3b9d8 refs: new ref types to make per-worktree refs visible to all worktrees by Nguyễn Thái Ngọc Duy · 6 years ago
  17. 6d8f8eb Merge branch 'ds/commit-graph-with-grafts' by Junio C Hamano · 6 years ago
  18. 8aff1a9 Add a place for (not) sharing stuff between worktrees by Nguyễn Thái Ngọc Duy · 6 years ago
  19. 5c79f74 refs.c: indent with tabs, not spaces by Nguyễn Thái Ngọc Duy · 6 years ago
  20. 9001dc2 convert "oidcmp() != 0" to "!oideq()" by Jeff King · 7 years ago
  21. 212e0f7 refs.c: upgrade for_each_replace_ref to be a each_repo_ref_fn callback by Stefan Beller · 7 years ago
  22. 4a6067c refs.c: migrate internal ref iteration to pass thru repository argument by Stefan Beller · 7 years ago
  23. 72c11b7 Merge branch 'jt/refspec-dwim-precedence-fix' by Junio C Hamano · 7 years ago
  24. 4bea848 Merge branch 'nd/i18n' by Junio C Hamano · 7 years ago
  25. 3a2a1dc Merge branch 'sb/object-store-lookup' by Junio C Hamano · 7 years ago
  26. 60650a4 remote: make refspec follow the same disambiguation rule as local refs by Junio C Hamano · 7 years ago
  27. 9cb10ca Merge branch 'bp/log-ref-write-fd-with-strbuf' by Junio C Hamano · 7 years ago
  28. 661558f refs.c: mark more strings for translation by Nguyễn Thái Ngọc Duy · 7 years ago
  29. 1a07e59 Update messages in preparation for i18n by Nguyễn Thái Ngọc Duy · 7 years ago
  30. 00624d6 Merge branch 'sb/object-store-grafts' by Junio C Hamano · 7 years ago
  31. 80a6c20 convert log_ref_write_fd() to use strbuf by Ben Peart · 7 years ago
  32. 1268dfa object: add repository argument to object_as_type by Stefan Beller · 7 years ago
  33. b16b60f Merge branch 'sb/object-store-grafts' into sb/object-store-lookup by Junio C Hamano · 7 years ago
  34. 7c3d15f Merge branch 'jk/snprintf-truncation' by Junio C Hamano · 7 years ago
  35. 26597cb Merge branch 'ma/create-pseudoref-with-null-old-oid' by Junio C Hamano · 7 years ago
  36. 50f08db Merge branch 'js/use-bug-macro' by Junio C Hamano · 7 years ago
  37. 2f76ebc Merge branch 'ma/lockfile-cleanup' by Junio C Hamano · 7 years ago
  38. 2c18e6a Merge branch 'js/rebase-recreate-merge' by Junio C Hamano · 7 years ago
  39. fcb6df3 Merge branch 'sb/oid-object-info' by Junio C Hamano · 7 years ago
  40. a2cec42 Merge branch 'sb/object-store-replace' by Junio C Hamano · 7 years ago
  41. bf4baf1 shorten_unambiguous_ref: use xsnprintf by Jeff King · 7 years ago
  42. 2dc417a get_main_ref_store: BUG() when outside a repository by Jeff King · 7 years ago
  43. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
  44. db0210d refs: handle zero oid for pseudorefs by Martin Ågren · 7 years ago
  45. c0bdd65 refs.c: refer to "object ID", not "sha1", in error messages by Martin Ågren · 7 years ago
  46. 3c6fad4 refs.c: do not die if locking fails in `delete_pseudoref()` by Martin Ågren · 7 years ago
  47. 0108451 refs.c: do not die if locking fails in `write_pseudoref()` by Martin Ågren · 7 years ago
  48. 174774c Merge branch 'sb/object-store-replace' by Junio C Hamano · 7 years ago
  49. 9bfa0f9 Merge branch 'bw/protocol-v2' by Junio C Hamano · 7 years ago
  50. 033abf9 Replace all die("BUG: ...") calls by BUG() ones by Johannes Schindelin · 7 years ago
  51. a9be29c sequencer: make refs generated by the `label` command worktree-local by Johannes Schindelin · 7 years ago
  52. 0df8e96 cache.h: add repository argument to oid_object_info by Stefan Beller · 7 years ago
  53. 0d296c5 refs: allow for_each_replace_ref to handle arbitrary repositories by Stefan Beller · 7 years ago
  54. 64a7416 refs: store the main ref store inside the repository struct by Stefan Beller · 7 years ago
  55. 60ce76d refs: add repository argument to for_each_replace_ref by Stefan Beller · 7 years ago
  56. 23a3f0c refs: add repository argument to get_main_ref_store by Stefan Beller · 7 years ago
  57. b4be741 ls-remote: pass ref prefixes when requesting a remote's refs by Brandon Williams · 7 years ago
  58. abef902 sha1_file: convert sha1_object_info* to object_id by brian m. carlson · 7 years ago
  59. 65516f5 log: add option to choose which refs to decorate by Rafael Ascensão · 7 years ago
  60. 78fb457 refs: update some more docs to use "oid" rather than "sha1" by Michael Haggerty · 7 years ago
  61. 62c72d1 ref_transaction_add_update(): remove a check by Michael Haggerty · 7 years ago
  62. a9bbbce ref_transaction_update(): die on disallowed flags by Michael Haggerty · 7 years ago
  63. 99afe91 refs: convert read_raw_ref backends to struct object_id by brian m. carlson · 7 years ago
  64. ac2ed0d refs: convert peel_object to struct object_id by brian m. carlson · 7 years ago
  65. 49e6147 refs: convert resolve_ref_unsafe to struct object_id by brian m. carlson · 7 years ago
  66. a98e610 refs: convert resolve_gitlink_ref to struct object_id by brian m. carlson · 7 years ago
  67. 0155f71 refs: convert reflog_expire parameter to struct object_id by brian m. carlson · 7 years ago
  68. 8eb36d9 refs: convert read_ref_at to struct object_id by brian m. carlson · 7 years ago
  69. b420d90 refs: convert peel_ref to struct object_id by brian m. carlson · 7 years ago
  70. 334dc52 refs: convert dwim_log to struct object_id by brian m. carlson · 7 years ago
  71. cca5fa6 refs: convert dwim_ref and expand_ref to struct object_id by brian m. carlson · 7 years ago
  72. 34c290a refs: convert read_ref and read_ref_full to object_id by brian m. carlson · 7 years ago
  73. 0f2dc72 refs: convert resolve_refdup and refs_resolve_refdup to struct object_id by brian m. carlson · 7 years ago
  74. 89f3bbd refs: update ref transactions to use struct object_id by brian m. carlson · 7 years ago
  75. 6ee1821 refs: prevent accidental NULL dereference in write_pseudoref by brian m. carlson · 7 years ago
  76. ae07777 refs: convert update_ref and refs_update_ref to use struct object_id by brian m. carlson · 7 years ago
  77. 2616a5e refs: convert delete_ref and refs_delete_ref to struct object_id by brian m. carlson · 7 years ago
  78. a1c1d81 refs_resolve_ref_unsafe: handle d/f conflicts for writes by Jeff King · 7 years ago
  79. 1a2e1a7 Merge branch 'mh/mmap-packed-refs' by Junio C Hamano · 7 years ago
  80. 3b48045 Merge branch 'sd/branch-copy' by Junio C Hamano · 7 years ago
  81. 73ecdc6 Merge branch 'rs/resolve-ref-optional-result' by Junio C Hamano · 7 years ago
  82. ba1c052 ref_store: implement `refs_peel_ref()` generically by Michael Haggerty · 7 years ago
  83. d019010 Merge branch 'tg/refs-allowed-flags' by Junio C Hamano · 7 years ago
  84. ceb7a01 Merge branch 'jn/per-repo-object-store-fixes' by Junio C Hamano · 7 years ago
  85. c50424a Merge branch 'jk/write-in-full-fix' by Junio C Hamano · 7 years ago
  86. 744c040 refs: pass NULL to resolve_ref_unsafe() if hash is not needed by René Scharfe · 7 years ago
  87. 54fad66 refs: make sha1 output parameter of refs_resolve_ref_unsafe() optional by René Scharfe · 7 years ago
  88. d811ba1 Merge branch 'rs/strbuf-leakfix' by Junio C Hamano · 7 years ago
  89. 8a044c7 Merge branch 'nd/prune-in-worktree' by Junio C Hamano · 7 years ago
  90. 8738a8a ref_iterator: keep track of whether the iterator output is ordered by Michael Haggerty · 7 years ago
  91. 06f46f2 avoid "write_in_full(fd, buf, len) != len" pattern by Jeff King · 7 years ago
  92. 006f3f2 replace-objects: evaluate replacement refs without using the object store by Stefan Beller · 8 years ago
  93. c788c54 refs: strip out not allowed flags from ref_transaction_update by Thomas Gummerer · 8 years ago
  94. aeb014f refs: release strbuf on error return in write_pseudoref() by Rene Scharfe · 8 years ago
  95. f2dd90f Merge branch 'mh/ref-lock-entry' by Junio C Hamano · 8 years ago
  96. 873ea90 refs.c: reindent get_submodule_ref_store() by Nguyễn Thái Ngọc Duy · 8 years ago
  97. 82a150f refs.c: remove fallback-to-main-store code get_submodule_ref_store() by Nguyễn Thái Ngọc Duy · 8 years ago
  98. 419221c refs: remove dead for_each_*_submodule() by Nguyễn Thái Ngọc Duy · 8 years ago
  99. 2e2d404 refs.c: move for_each_remote_ref_submodule() to submodule.c by Nguyễn Thái Ngọc Duy · 8 years ago
  100. 073cf63 revision.c: use refs_for_each*() instead of for_each_*_submodule() by Nguyễn Thái Ngọc Duy · 8 years ago