1. 174774c Merge branch 'sb/object-store-replace' by Junio C Hamano · 7 years ago
  2. 0d296c5 refs: allow for_each_replace_ref to handle arbitrary repositories by Stefan Beller · 7 years ago
  3. 64a7416 refs: store the main ref store inside the repository struct by Stefan Beller · 7 years ago
  4. 60ce76d refs: add repository argument to for_each_replace_ref by Stefan Beller · 7 years ago
  5. 23a3f0c refs: add repository argument to get_main_ref_store by Stefan Beller · 7 years ago
  6. b4be741 ls-remote: pass ref prefixes when requesting a remote's refs by Brandon Williams · 7 years ago
  7. 65516f5 log: add option to choose which refs to decorate by Rafael Ascensão · 7 years ago
  8. 78fb457 refs: update some more docs to use "oid" rather than "sha1" by Michael Haggerty · 7 years ago
  9. 91774af refs: rename constant `REF_NODEREF` to `REF_NO_DEREF` by Michael Haggerty · 7 years ago
  10. 5ac95fe refs: tidy up and adjust visibility of the `ref_update` flags by Michael Haggerty · 7 years ago
  11. b00f3cf prune_ref(): call `ref_transaction_add_update()` directly by Michael Haggerty · 7 years ago
  12. 49e6147 refs: convert resolve_ref_unsafe to struct object_id by brian m. carlson · 7 years ago
  13. a98e610 refs: convert resolve_gitlink_ref to struct object_id by brian m. carlson · 7 years ago
  14. 0155f71 refs: convert reflog_expire parameter to struct object_id by brian m. carlson · 7 years ago
  15. 8eb36d9 refs: convert read_ref_at to struct object_id by brian m. carlson · 7 years ago
  16. b420d90 refs: convert peel_ref to struct object_id by brian m. carlson · 7 years ago
  17. 334dc52 refs: convert dwim_log to struct object_id by brian m. carlson · 7 years ago
  18. cca5fa6 refs: convert dwim_ref and expand_ref to struct object_id by brian m. carlson · 7 years ago
  19. 34c290a refs: convert read_ref and read_ref_full to object_id by brian m. carlson · 7 years ago
  20. 0f2dc72 refs: convert resolve_refdup and refs_resolve_refdup to struct object_id by brian m. carlson · 7 years ago
  21. 89f3bbd refs: update ref transactions to use struct object_id by brian m. carlson · 7 years ago
  22. ae07777 refs: convert update_ref and refs_update_ref to use struct object_id by brian m. carlson · 7 years ago
  23. 2616a5e refs: convert delete_ref and refs_delete_ref to struct object_id by brian m. carlson · 7 years ago
  24. 3b48045 Merge branch 'sd/branch-copy' by Junio C Hamano · 7 years ago
  25. 73ecdc6 Merge branch 'rs/resolve-ref-optional-result' by Junio C Hamano · 8 years ago
  26. d019010 Merge branch 'tg/refs-allowed-flags' by Junio C Hamano · 8 years ago
  27. 54fad66 refs: make sha1 output parameter of refs_resolve_ref_unsafe() optional by René Scharfe · 8 years ago
  28. c788c54 refs: strip out not allowed flags from ref_transaction_update by Thomas Gummerer · 8 years ago
  29. 419221c refs: remove dead for_each_*_submodule() by Nguyễn Thái Ngọc Duy · 8 years ago
  30. 2e2d404 refs.c: move for_each_remote_ref_submodule() to submodule.c by Nguyễn Thái Ngọc Duy · 8 years ago
  31. 073cf63 revision.c: use refs_for_each*() instead of for_each_*_submodule() by Nguyễn Thái Ngọc Duy · 8 years ago
  32. 62f0b39 refs: add refs_head_ref() by Nguyễn Thái Ngọc Duy · 8 years ago
  33. 6412757 Spelling fixes by Ville Skyttä · 8 years ago
  34. 03df567 for_each_bisect_ref(): don't trim refnames by Michael Haggerty · 8 years ago
  35. 52d59cc branch: add a --copy (-c) option to go with --move (-m) by Sahil Dua · 8 years ago
  36. 30173b8 ref_transaction_prepare(): new optional step for reference updates by Michael Haggerty · 8 years ago
  37. 64da419 ref_store: take a `msg` parameter when deleting references by Michael Haggerty · 8 years ago
  38. fd2ce9c refs.h: clarify docstring for the ref_transaction_update()-related fns by Michael Haggerty · 8 years ago
  39. ca7b2ab Merge branch 'bc/object-id' by Junio C Hamano · 8 years ago
  40. b15667b Merge branch 'js/larger-timestamps' by Junio C Hamano · 8 years ago
  41. 4b44b7b Merge branch 'nd/worktree-kill-parse-ref' by Junio C Hamano · 8 years ago
  42. 4322478 reflog_expire: convert to struct object_id by brian m. carlson · 8 years ago
  43. dddbad7 timestamp_t: a new data type for timestamps by Johannes Schindelin · 8 years ago
  44. d026a25 refs: kill set_worktree_head_symref() by Nguyễn Thái Ngọc Duy · 8 years ago
  45. 17eff96 refs: introduce get_worktree_ref_store() by Nguyễn Thái Ngọc Duy · 8 years ago
  46. b05855b refs_verify_refname_available(): implement once for all backends by Michael Haggerty · 8 years ago
  47. adac811 refs.h: add a note about sorting order of for_each_ref_* by Nguyễn Thái Ngọc Duy · 8 years ago
  48. 7c74478 refs: delete pack_refs() in favor of refs_pack_refs() by Nguyễn Thái Ngọc Duy · 8 years ago
  49. c0fe4e8 refs: new transaction related ref-store api by Nguyễn Thái Ngọc Duy · 8 years ago
  50. 7d2df05 refs: add new ref-store api by Nguyễn Thái Ngọc Duy · 8 years ago
  51. 18d0002 refs: rename get_ref_store() to get_submodule_ref_store() and make it public by Nguyễn Thái Ngọc Duy · 8 years ago
  52. 077be78 refs.c: make get_main_ref_store() public and use it by Nguyễn Thái Ngọc Duy · 8 years ago
  53. 504c4d4 refs.h: add forward declaration for structs used in this file by Nguyễn Thái Ngọc Duy · 8 years ago
  54. e1fae93 Merge branch 'bc/object-id' by Junio C Hamano · 8 years ago
  55. 9461d27 refs: convert each_reflog_ent_fn to struct object_id by brian m. carlson · 8 years ago
  56. 39ee4c6 branch: record creation of renamed branch in HEAD's log by Kyle Meyer · 8 years ago
  57. 755b49a delete_ref: accept a reflog message argument by Kyle Meyer · 8 years ago
  58. 341fb28 refs: add option core.logAllRefUpdates = always by Cornelius Weig · 8 years ago
  59. a460ea4 Merge branch 'nd/shallow-deepen' by Junio C Hamano · 8 years ago
  60. 4af9a7d Merge branch 'bc/object-id' by Junio C Hamano · 9 years ago
  61. 4322f38 Merge branch 'mh/ref-store' by Junio C Hamano · 9 years ago
  62. 6fb5acf refs: add methods to init refs db by David Turner · 9 years ago
  63. a8355bb resolve_gitlink_ref(): rename path parameter to submodule by Michael Haggerty · 9 years ago
  64. 3dce444 refs: add a backend method structure by Ronnie Sahlberg · 9 years ago
  65. 8f6dc7e refs: add an update_ref_oid function. by brian m. carlson · 9 years ago
  66. 87492cb Merge branch 'mh/ref-iterators' by Junio C Hamano · 9 years ago
  67. 3bc581b refs: introduce an iterator interface by Michael Haggerty · 9 years ago
  68. c5f04dd delete_refs(): add a flags argument by Michael Haggerty · 9 years ago
  69. 41da711 refs: add expand_ref() by Nguyễn Thái Ngọc Duy · 9 years ago
  70. 1354c9b refs: remove unnecessary "extern" keywords by Michael Haggerty · 9 years ago
  71. dc72b50 refs.h: fix misspelt "occurred" in a comment by Peter Colberg · 9 years ago
  72. 2233066 refs: add a new function set_worktree_head_symref by Kazuki Yamaguchi · 9 years ago
  73. 69616f7 Merge branch 'dt/initial-ref-xn-commit-doc' by Junio C Hamano · 9 years ago
  74. 4938686 refs: document transaction semantics by David Turner · 9 years ago
  75. b9badad create_symref: modernize variable names by Jeff King · 9 years ago
  76. 78a766a hideRefs: add support for matching full refs by Lukas Fleischer · 9 years ago
  77. 8a54523 Merge branch 'kn/for-each-tag' by Junio C Hamano · 9 years ago
  78. 5b4f285 ref-filter: add option to filter out tags, branches and remotes by Karthik Nayak · 10 years ago
  79. 080cc64 Merge branch 'dt/refs-pseudo' by Junio C Hamano · 10 years ago
  80. 8d3981c Merge branch 'jk/refspec-parse-wildcard' by Junio C Hamano · 10 years ago
  81. b6d323f Merge branch 'dt/refs-backend-preamble' by Junio C Hamano · 10 years ago
  82. 266b182 refs: add ref_type function by David Turner · 10 years ago
  83. cd377f4 refs: loosen restriction on wildcard "*" refspecs by Jacob Keller · 10 years ago
  84. 0f2a71d refs: add REF_FORCE_CREATE_REFLOG flag by David Turner · 10 years ago
  85. abd0cd3 refs: new public ref function: safe_create_reflog by David Turner · 10 years ago
  86. a4c653d refs.c: add err arguments to reflog functions by David Turner · 10 years ago
  87. 1c03c4d delete_ref(): use the usual convention for old_sha1 by Michael Haggerty · 10 years ago
  88. 2433710 refs.h: add some parameter names to function declarations by Michael Haggerty · 10 years ago
  89. fb58c8d refs: move the remaining ref module declarations to refs.h by Michael Haggerty · 10 years ago
  90. 0a4b24f refs: remove some functions from the module's public interface by Michael Haggerty · 10 years ago
  91. 58f233c initial_ref_transaction_commit(): function for initial ref creation by Michael Haggerty · 10 years ago
  92. 79e4d8a repack_without_refs(): make function private by Michael Haggerty · 10 years ago
  93. 98ffd5f delete_refs(): new function for the refs API by Michael Haggerty · 10 years ago
  94. fc1c216 delete_ref(): move declaration to refs.h by Michael Haggerty · 10 years ago
  95. 0a0c953 each_ref_fn_adapter(): remove adapter by Michael Haggerty · 10 years ago
  96. 2b2a5be each_ref_fn: change to take an object_id parameter by Michael Haggerty · 10 years ago
  97. 68a2e6a Merge branch 'nd/multiple-work-trees' by Junio C Hamano · 10 years ago
  98. d1dd721 refs.h: remove duplication in function docstrings by Michael Haggerty · 10 years ago
  99. 4b7b520 update_ref(): improve documentation by Michael Haggerty · 10 years ago
  100. 1618033 ref_transaction_verify(): new function to check a reference's value by Michael Haggerty · 10 years ago