1. 5efabc7 Merge branch 'ew/hashmap' by Junio C Hamano · 5 years ago
  2. 23dee69 OFFSETOF_VAR macro to simplify hashmap iterators by Eric Wong · 5 years ago
  3. 87571c3 hashmap: use *_entry APIs for iteration by Eric Wong · 5 years ago
  4. 939af16 hashmap_cmp_fn takes hashmap_entry params by Eric Wong · 5 years ago
  5. f23a465 hashmap_get{,_from_hash} return "struct hashmap_entry *" by Eric Wong · 5 years ago
  6. b94e5c1 hashmap_add takes "struct hashmap_entry *" by Eric Wong · 5 years ago
  7. d22245a hashmap_entry_init takes "struct hashmap_entry *" by Eric Wong · 5 years ago
  8. 2fe4439 treewide: remove duplicate #include directives by René Scharfe · 5 years ago
  9. c77722b use get_tagged_oid() by René Scharfe · 6 years ago
  10. d40abc8 hashmap: convert sha1hash() to oidhash() by Jeff King · 6 years ago
  11. 6d79e5e describe: fix accidental oid/hash type-punning by Jeff King · 6 years ago
  12. a1e1900 Merge branch 'ss/describe-dirty-in-the-right-directory' by Junio C Hamano · 6 years ago
  13. 2ed5c8e describe: setup working tree for --dirty by Sebastian Staudt · 6 years ago
  14. f8adbec cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch by Nguyễn Thái Ngọc Duy · 6 years ago
  15. 1b0d968 read-cache.c: replace update_index_if_able with repo_& by Nguyễn Thái Ngọc Duy · 6 years ago
  16. 6c5b7f5 refresh_index: remove unnecessary calls to preload_index() by Ben Peart · 6 years ago
  17. 11877b9 Merge branch 'nd/the-index' by Junio C Hamano · 6 years ago
  18. 2abf350 revision.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 6 years ago
  19. cc00e5c convert hashmap comparison functions to oideq() by Jeff King · 7 years ago
  20. 4a7e27e convert "oidcmp() == 0" to oideq() by Jeff King · 7 years ago
  21. ce71efb tag: add repository argument to lookup_tag by Stefan Beller · 7 years ago
  22. 2122f67 commit: add repository argument to lookup_commit_reference by Stefan Beller · 7 years ago
  23. 21e1ee8 commit: add repository argument to lookup_commit_reference_gently by Stefan Beller · 7 years ago
  24. b16b60f Merge branch 'sb/object-store-grafts' into sb/object-store-lookup by Junio C Hamano · 7 years ago
  25. b3b2aaf Merge branch 'nd/commit-util-to-slab' by Junio C Hamano · 7 years ago
  26. 2f76ebc Merge branch 'ma/lockfile-cleanup' by Junio C Hamano · 7 years ago
  27. fcb6df3 Merge branch 'sb/oid-object-info' by Junio C Hamano · 7 years ago
  28. c6b7206 describe: use commit-slab for commit names instead of commit->util by Nguyễn Thái Ngọc Duy · 7 years ago
  29. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
  30. b227586 lock_file: make function-local locks non-static by Martin Ågren · 7 years ago
  31. 0df8e96 cache.h: add repository argument to oid_object_info by Stefan Beller · 7 years ago
  32. d807c4a exec_cmd: rename to use dash in file name by Stefan Beller · 7 years ago
  33. abef902 sha1_file: convert sha1_object_info* to object_id by brian m. carlson · 7 years ago
  34. aab9583 Convert find_unique_abbrev* to struct object_id by brian m. carlson · 7 years ago
  35. 1ba6846 Merge branch 'sb/describe-blob' by Junio C Hamano · 7 years ago
  36. 8fe806b Merge branch 'rs/describe-unique-abbrev' by Junio C Hamano · 7 years ago
  37. a8e7a2b describe: confirm that blobs actually exist by Jeff King · 7 years ago
  38. fac64e0 Merge branch 'dk/describe-all-output-fix' by Junio C Hamano · 7 years ago
  39. fbac558 describe: use strbuf_add_unique_abbrev() for adding short hashes by René Scharfe · 7 years ago
  40. 556de1a Merge branch 'sb/describe-blob' by Junio C Hamano · 7 years ago
  41. 1bba001 describe: prepend "tags/" when describing tags with embedded name by Daniel Knittl-Frank · 7 years ago
  42. 644eb60 builtin/describe.c: describe a blob by Stefan Beller · 7 years ago
  43. 4dbc59a builtin/describe.c: factor out describe_commit by Stefan Beller · 7 years ago
  44. cdaed0c builtin/describe.c: print debug statements earlier by Stefan Beller · 7 years ago
  45. c87b653 builtin/describe.c: rename `oid` to avoid variable shadowing by Stefan Beller · 7 years ago
  46. e7e456f Merge branch 'bc/object-id' by Junio C Hamano · 7 years ago
  47. 22ddc4b Merge branch 'jc/no-cmd-as-subroutine' by Junio C Hamano · 7 years ago
  48. b420d90 refs: convert peel_ref to struct object_id by brian m. carlson · 7 years ago
  49. be26d2b describe: do not use cmd_*() as a subroutine by Junio C Hamano · 7 years ago
  50. 6d68b2a describe: teach --match to handle branches and remotes by Max Kirillov · 7 years ago
  51. 3445c3d Merge branch 'jk/describe-omit-some-refs' into mk/describe-match-with-all by Junio C Hamano · 7 years ago
  52. da769d2 describe: fix matching to actually match all patterns by Max Kirillov · 7 years ago
  53. 8b604d1 hashmap: add API to disable item counting when threaded by Jeff Hostetler · 8 years ago
  54. 55c965f Merge branch 'sb/hashmap-cleanup' by Junio C Hamano · 8 years ago
  55. 91f6922 Merge branch 'sb/hashmap-customize-comparison' by Junio C Hamano · 8 years ago
  56. 0c6435a Merge branch 'ab/wildmatch' by Junio C Hamano · 8 years ago
  57. 0068ced builtin/describe: drop hashmap_cmp_fn cast by Stefan Beller · 8 years ago
  58. 7663cdc hashmap.h: compare function has access to a data field by Stefan Beller · 8 years ago
  59. f31d23a Merge branch 'bw/config-h' by Junio C Hamano · 8 years ago
  60. 55d3426 wildmatch: remove unused wildopts parameter by Ævar Arnfjörð Bjarmason · 8 years ago
  61. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  62. d3101b5 Convert lookup_tag to struct object_id by brian m. carlson · 8 years ago
  63. bc83266 Convert lookup_commit* to struct object_id by brian m. carlson · 8 years ago
  64. 646c3bd describe: localize debug output fully by Michael J Gruber · 8 years ago
  65. b0176ce builtin/describe: introduce --broken flag by Stefan Beller · 8 years ago
  66. e1fae93 Merge branch 'bc/object-id' by Junio C Hamano · 8 years ago
  67. 6439b5d builtin/describe: convert to struct object_id by brian m. carlson · 8 years ago
  68. 77d21f2 describe: teach describe negative pattern matches by Jacob Keller · 8 years ago
  69. 43f8080 describe: teach --match to accept multiple patterns by Jacob Keller · 8 years ago
  70. 9ed0d8d use QSORT by René Scharfe · 8 years ago
  71. ed1c997 Remove get_object_hash. by brian m. carlson · 9 years ago
  72. f2fd076 Convert struct object to object_id by brian m. carlson · 9 years ago
  73. 7999b2c Add several uses of get_object_hash. by brian m. carlson · 9 years ago
  74. e95c3fb Merge branch 'sg/describe-contains' by Junio C Hamano · 10 years ago
  75. 2bd0706 describe --contains: default to HEAD when no commit-ish is given by SZEDER Gábor · 10 years ago
  76. 99a2cfb get_name(): rewrite to take an object_id argument by Michael Haggerty · 10 years ago
  77. 2b2a5be each_ref_fn: change to take an object_id parameter by Michael Haggerty · 10 years ago
  78. 9c9b4f2 standardize usage info string format by Alex Henrie · 10 years ago
  79. 697cc8e lockfile.h: extract new header file for the functions in lockfile.c by Michael Haggerty · 10 years ago
  80. ab73a9d hashmap: add simplified hashmap_get_from_hash() API by Karsten Blees · 11 years ago
  81. 039dc71 hashmap: factor out getting a hash code from a SHA1 by Karsten Blees · 11 years ago
  82. 650c90a Merge branch 'nd/no-more-fnmatch' by Junio C Hamano · 11 years ago
  83. d637d1b Merge branch 'kb/fast-hashmap' by Junio C Hamano · 11 years ago
  84. eb07894 use wildmatch() directly without fnmatch() wrapper by Nguyễn Thái Ngọc Duy · 11 years ago
  85. 5955654 replace {pre,suf}fixcmp() with {starts,ends}_with() by Christian Couder · 11 years ago
  86. 29d8a83 buitin/describe.c: use new hash map implementation by Karsten Blees · 11 years ago
  87. c447264 describe: trivial style fixes by Felipe Contreras · 11 years ago
  88. 89dde78 Merge branch 'rh/ishes-doc' by Junio C Hamano · 11 years ago
  89. a8a5406 use 'commit-ish' instead of 'committish' by Richard Hansen · 12 years ago
  90. d5d09d4 Replace deprecated OPT_BOOLEAN by OPT_BOOL by Stefan Beller · 12 years ago
  91. adfc185 describe: fix --contains when a tag is given as input by Junio C Hamano · 12 years ago
  92. 45bc950 describe: use argv-array by Junio C Hamano · 12 years ago
  93. ede63a1 Merge branch 'mh/reflife' by Junio C Hamano · 12 years ago
  94. 219a0f3 describe: make own copy of refname by Michael Haggerty · 12 years ago
  95. e00dd1e describe: Add --first-parent option by Mike Crowe · 12 years ago
  96. 4744b33 Merge branch 'jc/describe' by Junio C Hamano · 12 years ago
  97. 46e1d6e describe: --match=<pattern> must limit the refs even when used with --all by Junio C Hamano · 12 years ago
  98. 48dfe96 Fix ".git/refs" stragglers by Greg Price · 12 years ago
  99. 315ea32 Merge branch 'jk/peel-ref' by Jeff King · 12 years ago
  100. e6dbffa peel_ref: do not return a null sha1 by Jeff King · 12 years ago