1. 21e1ee8 commit: add repository argument to lookup_commit_reference_gently by Stefan Beller · 7 years ago
  2. f86bcc7 tree: add repository argument to lookup_tree by Stefan Beller · 7 years ago
  3. 109cd76 object: add repository argument to parse_object by Stefan Beller · 7 years ago
  4. b16b60f Merge branch 'sb/object-store-grafts' into sb/object-store-lookup by Junio C Hamano · 7 years ago
  5. c89b6e1 Merge branch 'ds/lazy-load-trees' by Junio C Hamano · 7 years ago
  6. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
  7. 2e27bd7 treewide: replace maybe_tree with accessor methods by Derrick Stolee · 7 years ago
  8. 891435d treewide: rename tree to maybe_tree by Derrick Stolee · 7 years ago
  9. a5bbc29 Merge branch 'bc/object-id' by Junio C Hamano · 7 years ago
  10. 99321e3 Merge branch 'nd/object-allocation-comments' by Junio C Hamano · 7 years ago
  11. b4f5aca sha1_file: convert read_sha1_file to struct object_id by brian m. carlson · 7 years ago
  12. 95308d6 object.h: update flag allocation comment by Nguyễn Thái Ngọc Duy · 7 years ago
  13. dfa5990 reflog: rename 'new' variables by Brandon Williams · 7 years ago
  14. 5f96742 config: add --expiry-date by Haaris Mehmood · 7 years ago
  15. 0155f71 refs: convert reflog_expire parameter to struct object_id by brian m. carlson · 7 years ago
  16. 334dc52 refs: convert dwim_log to struct object_id by brian m. carlson · 7 years ago
  17. b8acac5 builtin/reflog: convert remaining unsigned char uses to object_id by brian m. carlson · 7 years ago
  18. 7199203 object_array: add and use `object_array_pop()` by Martin Ågren · 7 years ago
  19. dcb572a object_array: use `object_array_clear()`, not `free()` by Martin Ågren · 7 years ago
  20. 0c6435a Merge branch 'ab/wildmatch' by Junio C Hamano · 8 years ago
  21. f31d23a Merge branch 'bw/config-h' by Junio C Hamano · 8 years ago
  22. 55d3426 wildmatch: remove unused wildopts parameter by Ævar Arnfjörð Bjarmason · 8 years ago
  23. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  24. 6b526ce Merge branch 'bc/object-id' by Junio C Hamano · 8 years ago
  25. c251c83 object: convert parse_object* to take struct object_id by brian m. carlson · 8 years ago
  26. 740ee05 Convert lookup_tree to struct object_id by brian m. carlson · 8 years ago
  27. 49a09e7 builtin/reflog: convert tree_is_complete to take struct object_id by brian m. carlson · 8 years ago
  28. bc83266 Convert lookup_commit* to struct object_id by brian m. carlson · 8 years ago
  29. 4322478 reflog_expire: convert to struct object_id by brian m. carlson · 8 years ago
  30. dddbad7 timestamp_t: a new data type for timestamps by Johannes Schindelin · 8 years ago
  31. 9461d27 refs: convert each_reflog_ent_fn to struct object_id by brian m. carlson · 8 years ago
  32. 7d924c9 struct name_entry: use struct object_id instead of unsigned char sha1[20] by brian m. carlson · 9 years ago
  33. 96ffc06 convert trivial cases to FLEX_ARRAY macros by Jeff King · 9 years ago
  34. c3a700f reflog_expire_cfg: NUL-terminate pattern field by Jeff King · 9 years ago
  35. ed1c997 Remove get_object_hash. by brian m. carlson · 9 years ago
  36. 7999b2c Add several uses of get_object_hash. by brian m. carlson · 9 years ago
  37. 0692a6c Merge branch 'rs/pop-commit' by Junio C Hamano · 9 years ago
  38. e510ab8 use pop_commit() for consuming the first entry of a struct commit_list by René Scharfe · 9 years ago
  39. bc1c600 Merge branch 'ah/reflog-typofix-in-error' by Junio C Hamano · 10 years ago
  40. 99885bc reflog: add missing single quote to error message by Alex Henrie · 10 years ago
  41. afcb2e7 git-reflog: add exists command by David Turner · 10 years ago
  42. 5bcad1b builtin/reflog: rewrite ref functions to take an object_id argument by Michael Haggerty · 10 years ago
  43. 2b2a5be each_ref_fn: change to take an object_id parameter by Michael Haggerty · 10 years ago
  44. fe2a181 reflog: improve and update documentation by Michael Haggerty · 10 years ago
  45. fa5b183 reflog_expire(): new function in the reference API by Michael Haggerty · 10 years ago
  46. b729eff expire_reflog(): treat the policy callback data as opaque by Michael Haggerty · 10 years ago
  47. 82a645a Move newlog and last_kept_sha1 to "struct expire_reflog_cb" by Michael Haggerty · 10 years ago
  48. 553daf1 expire_reflog(): move rewrite to flags argument by Michael Haggerty · 10 years ago
  49. bc11155 expire_reflog(): move verbose to flags argument by Michael Haggerty · 10 years ago
  50. 8c22dd3 expire_reflog(): pass flags through to expire_reflog_ent() by Michael Haggerty · 10 years ago
  51. ddd64c5 struct expire_reflog_cb: a new callback data type by Michael Haggerty · 10 years ago
  52. ea7b4f6 Rename expire_reflog_cb to expire_reflog_policy_cb by Michael Haggerty · 10 years ago
  53. c4c4fbf expire_reflog(): move updateref to flags argument by Michael Haggerty · 10 years ago
  54. 98f31d8 expire_reflog(): move dry_run to flags argument by Michael Haggerty · 10 years ago
  55. aba56c8 expire_reflog(): add a "flags" argument by Michael Haggerty · 10 years ago
  56. c48a163 expire_reflog(): extract two policy-related functions by Michael Haggerty · 10 years ago
  57. 60cc3c4 Extract function should_expire_reflog_ent() by Michael Haggerty · 10 years ago
  58. f3b661f expire_reflog(): use a lock_file for rewriting the reflog file by Michael Haggerty · 10 years ago
  59. 2e376b3 expire_reflog(): return early if the reference has no reflog by Michael Haggerty · 10 years ago
  60. 524127a expire_reflog(): rename "ref" parameter to "refname" by Michael Haggerty · 10 years ago
  61. 55dfc8d expire_reflog(): it's not an each_ref_fn anymore by Michael Haggerty · 10 years ago
  62. d70e331 Merge branch 'jk/prune-mtime' by Junio C Hamano · 10 years ago
  63. d3038d2 prune: keep objects reachable from recent objects by Jeff King · 10 years ago
  64. 697cc8e lockfile.h: extract new header file for the functions in lockfile.c by Michael Haggerty · 10 years ago
  65. cf6950d lockfile: change lock_file::filename into a strbuf by Michael Haggerty · 10 years ago
  66. 4da5883 refs.c: add new functions reflog_exists and delete_reflog by Ronnie Sahlberg · 11 years ago
  67. eb07894 use wildmatch() directly without fnmatch() wrapper by Nguyễn Thái Ngọc Duy · 11 years ago
  68. 5955654 replace {pre,suf}fixcmp() with {starts,ends}_with() by Christian Couder · 11 years ago
  69. 9a86b89 Merge branch 'bk/refs-multi-update' by Junio C Hamano · 11 years ago
  70. b8f2311 Merge branch 'jk/free-tree-buffer' by Junio C Hamano · 11 years ago
  71. 9bbb0fa refs: report ref type from lock_any_ref_for_update by Brad King · 12 years ago
  72. 6e454b9 clear parsed flag when we free tree buffers by Jeff King · 12 years ago
  73. 3e1e762 Merge branch 'jc/prune-all' by Junio C Hamano · 12 years ago
  74. 3d27b9b date.c: add parse_expiry_date() by Junio C Hamano · 12 years ago
  75. 212ca64 Merge branch 'jc/maint-reflog-expire-clean-mark-typofix' by Junio C Hamano · 12 years ago
  76. e8e92e0 reflog: fix typo in "reflog expire" clean-up codepath by Junio C Hamano · 12 years ago
  77. b3873c3 reflog: use parse_config_key in config callback by Jeff King · 12 years ago
  78. 95cfe95 reflog: remove i18n legos in pruning message by Nguyễn Thái Ngọc Duy · 13 years ago
  79. dc34719 prune: show progress while marking reachable objects by Nguyễn Thái Ngọc Duy · 13 years ago
  80. bf01d4a reflog: actually default to subcommand 'show' by Michael Schubert · 14 years ago
  81. a660534 Merge branch 'jc/maint-no-reflog-expire-unreach-for-head' by Junio C Hamano · 15 years ago
  82. a9eb304 Merge branch 'jc/maint-reflog-expire-unreachable' by Junio C Hamano · 15 years ago
  83. ddd02b7 Merge branch 'maint' by Junio C Hamano · 15 years ago
  84. 2e0e8b6 Merge branch 'lt/deepen-builtin-source' by Junio C Hamano · 15 years ago
  85. 81b50f3 Move 'builtin-*' into a 'builtin/' subdirectory by Linus Torvalds · 15 years ago[Renamed from builtin-reflog.c]
  86. 99caeed Let 'git <command> -h' show usage without a git dir by Jonathan Nieder · 15 years ago
  87. 2b7ca83 use write_str_in_full helper to avoid literal string lengths by Jim Meyering · 16 years ago
  88. e77095e Better usage string for reflog. by Matthieu Moy · 16 years ago
  89. b18cc5a Fix more typos/spelling in comments by Michael J Gruber · 16 years ago
  90. 3ea3c21 Fix typos / spelling in comments by Mike Ralphson · 16 years ago
  91. 494fbfe Speed up reflog pruning of unreachable commits by Junio Hamano · 16 years ago
  92. 666e07e Clean up reflog unreachability pruning decision by Linus Torvalds · 16 years ago
  93. 98b35e2 Merge branch 'ar/maint-mksnpath' into ar/mksnpath by Junio C Hamano · 16 years ago
  94. a4f34cb Use git_pathdup instead of xstrdup(git_path(...)) by Alex Riesen · 16 years ago
  95. 90fb46e builtin-reflog: Allow reflog expire to name partial ref by Pieter de Bie · 17 years ago
  96. 10d9d88 Merge branch 'maint' by Junio C Hamano · 17 years ago
  97. 55beff4 Fix deleting reflog entries from HEAD reflog by Junio C Hamano · 17 years ago
  98. 1b1dd23 Make usage strings dash-less by Stephan Beyer · 17 years ago
  99. 60bce2b Make default expiration period of reflog used for stash infinite by Junio C Hamano · 17 years ago
  100. 3cb22b8 Per-ref reflog expiry configuration by Junio C Hamano · 17 years ago