1. 72c11b7 Merge branch 'jt/refspec-dwim-precedence-fix' by Junio C Hamano · 7 years ago
  2. 4bea848 Merge branch 'nd/i18n' by Junio C Hamano · 7 years ago
  3. 3a2a1dc Merge branch 'sb/object-store-lookup' by Junio C Hamano · 7 years ago
  4. 60650a4 remote: make refspec follow the same disambiguation rule as local refs by Junio C Hamano · 7 years ago
  5. 9cb10ca Merge branch 'bp/log-ref-write-fd-with-strbuf' by Junio C Hamano · 7 years ago
  6. 661558f refs.c: mark more strings for translation by Nguyễn Thái Ngọc Duy · 7 years ago
  7. 1a07e59 Update messages in preparation for i18n by Nguyễn Thái Ngọc Duy · 7 years ago
  8. 00624d6 Merge branch 'sb/object-store-grafts' by Junio C Hamano · 7 years ago
  9. 80a6c20 convert log_ref_write_fd() to use strbuf by Ben Peart · 7 years ago
  10. 1268dfa object: add repository argument to object_as_type by Stefan Beller · 7 years ago
  11. b16b60f Merge branch 'sb/object-store-grafts' into sb/object-store-lookup by Junio C Hamano · 7 years ago
  12. 7c3d15f Merge branch 'jk/snprintf-truncation' by Junio C Hamano · 7 years ago
  13. 26597cb Merge branch 'ma/create-pseudoref-with-null-old-oid' by Junio C Hamano · 7 years ago
  14. 50f08db Merge branch 'js/use-bug-macro' by Junio C Hamano · 7 years ago
  15. 2f76ebc Merge branch 'ma/lockfile-cleanup' by Junio C Hamano · 7 years ago
  16. 2c18e6a Merge branch 'js/rebase-recreate-merge' by Junio C Hamano · 7 years ago
  17. fcb6df3 Merge branch 'sb/oid-object-info' by Junio C Hamano · 7 years ago
  18. a2cec42 Merge branch 'sb/object-store-replace' by Junio C Hamano · 7 years ago
  19. bf4baf1 shorten_unambiguous_ref: use xsnprintf by Jeff King · 7 years ago
  20. 2dc417a get_main_ref_store: BUG() when outside a repository by Jeff King · 7 years ago
  21. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
  22. db0210d refs: handle zero oid for pseudorefs by Martin Ågren · 7 years ago
  23. c0bdd65 refs.c: refer to "object ID", not "sha1", in error messages by Martin Ågren · 7 years ago
  24. 3c6fad4 refs.c: do not die if locking fails in `delete_pseudoref()` by Martin Ågren · 7 years ago
  25. 0108451 refs.c: do not die if locking fails in `write_pseudoref()` by Martin Ågren · 7 years ago
  26. 174774c Merge branch 'sb/object-store-replace' by Junio C Hamano · 7 years ago
  27. 9bfa0f9 Merge branch 'bw/protocol-v2' by Junio C Hamano · 7 years ago
  28. 033abf9 Replace all die("BUG: ...") calls by BUG() ones by Johannes Schindelin · 7 years ago
  29. a9be29c sequencer: make refs generated by the `label` command worktree-local by Johannes Schindelin · 7 years ago
  30. 0df8e96 cache.h: add repository argument to oid_object_info by Stefan Beller · 7 years ago
  31. 0d296c5 refs: allow for_each_replace_ref to handle arbitrary repositories by Stefan Beller · 7 years ago
  32. 64a7416 refs: store the main ref store inside the repository struct by Stefan Beller · 7 years ago
  33. 60ce76d refs: add repository argument to for_each_replace_ref by Stefan Beller · 7 years ago
  34. 23a3f0c refs: add repository argument to get_main_ref_store by Stefan Beller · 7 years ago
  35. b4be741 ls-remote: pass ref prefixes when requesting a remote's refs by Brandon Williams · 7 years ago
  36. abef902 sha1_file: convert sha1_object_info* to object_id by brian m. carlson · 7 years ago
  37. 65516f5 log: add option to choose which refs to decorate by Rafael Ascensão · 7 years ago
  38. 78fb457 refs: update some more docs to use "oid" rather than "sha1" by Michael Haggerty · 7 years ago
  39. 62c72d1 ref_transaction_add_update(): remove a check by Michael Haggerty · 7 years ago
  40. a9bbbce ref_transaction_update(): die on disallowed flags by Michael Haggerty · 7 years ago
  41. 99afe91 refs: convert read_raw_ref backends to struct object_id by brian m. carlson · 7 years ago
  42. ac2ed0d refs: convert peel_object to struct object_id by brian m. carlson · 7 years ago
  43. 49e6147 refs: convert resolve_ref_unsafe to struct object_id by brian m. carlson · 7 years ago
  44. a98e610 refs: convert resolve_gitlink_ref to struct object_id by brian m. carlson · 7 years ago
  45. 0155f71 refs: convert reflog_expire parameter to struct object_id by brian m. carlson · 7 years ago
  46. 8eb36d9 refs: convert read_ref_at to struct object_id by brian m. carlson · 7 years ago
  47. b420d90 refs: convert peel_ref to struct object_id by brian m. carlson · 7 years ago
  48. 334dc52 refs: convert dwim_log to struct object_id by brian m. carlson · 7 years ago
  49. cca5fa6 refs: convert dwim_ref and expand_ref to struct object_id by brian m. carlson · 7 years ago
  50. 34c290a refs: convert read_ref and read_ref_full to object_id by brian m. carlson · 7 years ago
  51. 0f2dc72 refs: convert resolve_refdup and refs_resolve_refdup to struct object_id by brian m. carlson · 7 years ago
  52. 89f3bbd refs: update ref transactions to use struct object_id by brian m. carlson · 7 years ago
  53. 6ee1821 refs: prevent accidental NULL dereference in write_pseudoref by brian m. carlson · 7 years ago
  54. ae07777 refs: convert update_ref and refs_update_ref to use struct object_id by brian m. carlson · 7 years ago
  55. 2616a5e refs: convert delete_ref and refs_delete_ref to struct object_id by brian m. carlson · 7 years ago
  56. a1c1d81 refs_resolve_ref_unsafe: handle d/f conflicts for writes by Jeff King · 7 years ago
  57. 1a2e1a7 Merge branch 'mh/mmap-packed-refs' by Junio C Hamano · 7 years ago
  58. 3b48045 Merge branch 'sd/branch-copy' by Junio C Hamano · 7 years ago
  59. 73ecdc6 Merge branch 'rs/resolve-ref-optional-result' by Junio C Hamano · 7 years ago
  60. ba1c052 ref_store: implement `refs_peel_ref()` generically by Michael Haggerty · 7 years ago
  61. d019010 Merge branch 'tg/refs-allowed-flags' by Junio C Hamano · 7 years ago
  62. ceb7a01 Merge branch 'jn/per-repo-object-store-fixes' by Junio C Hamano · 7 years ago
  63. c50424a Merge branch 'jk/write-in-full-fix' by Junio C Hamano · 7 years ago
  64. 744c040 refs: pass NULL to resolve_ref_unsafe() if hash is not needed by René Scharfe · 7 years ago
  65. 54fad66 refs: make sha1 output parameter of refs_resolve_ref_unsafe() optional by René Scharfe · 7 years ago
  66. d811ba1 Merge branch 'rs/strbuf-leakfix' by Junio C Hamano · 7 years ago
  67. 8a044c7 Merge branch 'nd/prune-in-worktree' by Junio C Hamano · 7 years ago
  68. 8738a8a ref_iterator: keep track of whether the iterator output is ordered by Michael Haggerty · 7 years ago
  69. 06f46f2 avoid "write_in_full(fd, buf, len) != len" pattern by Jeff King · 7 years ago
  70. 006f3f2 replace-objects: evaluate replacement refs without using the object store by Stefan Beller · 8 years ago
  71. c788c54 refs: strip out not allowed flags from ref_transaction_update by Thomas Gummerer · 8 years ago
  72. aeb014f refs: release strbuf on error return in write_pseudoref() by Rene Scharfe · 8 years ago
  73. f2dd90f Merge branch 'mh/ref-lock-entry' by Junio C Hamano · 8 years ago
  74. 873ea90 refs.c: reindent get_submodule_ref_store() by Nguyễn Thái Ngọc Duy · 8 years ago
  75. 82a150f refs.c: remove fallback-to-main-store code get_submodule_ref_store() by Nguyễn Thái Ngọc Duy · 8 years ago
  76. 419221c refs: remove dead for_each_*_submodule() by Nguyễn Thái Ngọc Duy · 8 years ago
  77. 2e2d404 refs.c: move for_each_remote_ref_submodule() to submodule.c by Nguyễn Thái Ngọc Duy · 8 years ago
  78. 073cf63 revision.c: use refs_for_each*() instead of for_each_*_submodule() by Nguyễn Thái Ngọc Duy · 8 years ago
  79. 62f0b39 refs: add refs_head_ref() by Nguyễn Thái Ngọc Duy · 8 years ago
  80. 29babbe refs: move submodule slash stripping code to get_submodule_ref_store by Nguyễn Thái Ngọc Duy · 8 years ago
  81. 2c616c1 refs.c: refactor get_submodule_ref_store(), share common free block by Nguyễn Thái Ngọc Duy · 8 years ago
  82. ee394bd refs.c: use is_dir_sep() in resolve_gitlink_ref() by Nguyễn Thái Ngọc Duy · 8 years ago
  83. d0dffca Merge branch 'cc/ref-is-hidden-microcleanup' into maint by Junio C Hamano · 8 years ago
  84. 4ff0f01 refs: retry acquiring reference locks for 100ms by Michael Haggerty · 8 years ago
  85. 44c2339 Merge branch 'mh/packed-ref-store' by Junio C Hamano · 8 years ago
  86. afb456a Merge branch 'cc/ref-is-hidden-microcleanup' by Junio C Hamano · 8 years ago
  87. df42267 Merge branch 'bc/object-id' by Junio C Hamano · 8 years ago
  88. 7a40a95 refs: use skip_prefix() in ref_is_hidden() by Christian Couder · 8 years ago
  89. 321c89b sha1_name: convert GET_SHA1* flags to GET_OID* by brian m. carlson · 8 years ago
  90. 91f6922 Merge branch 'sb/hashmap-customize-comparison' by Junio C Hamano · 8 years ago
  91. 0c6435a Merge branch 'ab/wildmatch' by Junio C Hamano · 8 years ago
  92. 7663cdc hashmap.h: compare function has access to a data field by Stefan Beller · 8 years ago
  93. 5c83d85 Merge branch 'mh/packed-ref-store-prep' by Junio C Hamano · 8 years ago
  94. f31d23a Merge branch 'bw/config-h' by Junio C Hamano · 8 years ago
  95. 55d3426 wildmatch: remove unused wildopts parameter by Ævar Arnfjörð Bjarmason · 8 years ago
  96. 67be7c5 packed-backend: new module for handling packed references by Michael Haggerty · 8 years ago
  97. 03df567 for_each_bisect_ref(): don't trim refnames by Michael Haggerty · 8 years ago
  98. 52d59cc branch: add a --copy (-c) option to go with --move (-m) by Sahil Dua · 8 years ago
  99. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  100. 0a0865b refs_ref_iterator_begin(): handle `GIT_REF_PARANOIA` by Michael Haggerty · 8 years ago