1. 5efabc7 Merge branch 'ew/hashmap' by Junio C Hamano · 5 years ago
  2. 404ab78 hashmap: remove type arg from hashmap_{get,put,remove}_entry by Eric Wong · 5 years ago
  3. 23dee69 OFFSETOF_VAR macro to simplify hashmap iterators by Eric Wong · 5 years ago
  4. c8e424c hashmap: introduce hashmap_free_entries by Eric Wong · 5 years ago
  5. 87571c3 hashmap: use *_entry APIs for iteration by Eric Wong · 5 years ago
  6. f23a465 hashmap_get{,_from_hash} return "struct hashmap_entry *" by Eric Wong · 5 years ago
  7. 28ee794 hashmap_remove takes "const struct hashmap_entry *" by Eric Wong · 5 years ago
  8. b6c5241 hashmap_get takes "const struct hashmap_entry *" by Eric Wong · 5 years ago
  9. b94e5c1 hashmap_add takes "struct hashmap_entry *" by Eric Wong · 5 years ago
  10. d22245a hashmap_entry_init takes "struct hashmap_entry *" by Eric Wong · 5 years ago
  11. fee4930 blame: remove needless comparison with GIT_SHA1_HEXSZ by brian m. carlson · 6 years ago
  12. 1eb0a12 Merge branch 'nd/tree-walk-with-repo' by Junio C Hamano · 6 years ago
  13. 209f075 Merge branch 'br/blame-ignore' by Junio C Hamano · 6 years ago
  14. 07a54dc blame: drop some unused function parameters by Jeff King · 6 years ago
  15. 50ddb08 tree-walk.c: remove the_repo from get_tree_entry() by Nguyễn Thái Ngọc Duy · 6 years ago
  16. a07a977 blame: use the fingerprint heuristic to match ignored lines by Barret Rhoden · 6 years ago
  17. 1d028dc blame: add a fingerprint heuristic to match ignored lines by Michael Platings · 6 years ago
  18. 1fc7338 blame: optionally track line fingerprints during fill_blame_origin() by Barret Rhoden · 6 years ago
  19. 8934ac8 blame: add config options for the output of ignored or unblamable lines by Barret Rhoden · 6 years ago
  20. ae3f36d blame: add the ability to ignore commits and their changes by Barret Rhoden · 6 years ago
  21. 55f808f blame: use a helper function in blame_chunk() by Barret Rhoden · 6 years ago
  22. 96379f0 Merge branch 'en/merge-directory-renames' by Junio C Hamano · 6 years ago
  23. 4d8c4da Merge branch 'dk/blame-keep-origin-blob' by Junio C Hamano · 6 years ago
  24. 5ec1e72 Use 'unsigned short' for mode, like diff_filespec does by Elijah Newren · 6 years ago
  25. f892014 blame.c: don't drop origin blobs as eagerly by David Kastrup · 6 years ago
  26. 4e021dc Merge branch 'wh/author-committer-ident-config' by Junio C Hamano · 6 years ago
  27. 39ab4d0 config: allow giving separate author and committer idents by William Hubbs · 6 years ago
  28. e1ff0a3 read-cache.c: kill read_index() by Nguyễn Thái Ngọc Duy · 6 years ago
  29. fb998ea blame.c: remove implicit dependency the_repository by Nguyễn Thái Ngọc Duy · 6 years ago
  30. 11877b9 Merge branch 'nd/the-index' by Junio C Hamano · 6 years ago
  31. e675765 diff.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 6 years ago
  32. 6afaf80 diff.c: remove the_index dependency in textconv() functions by Nguyễn Thái Ngọc Duy · 6 years ago
  33. a470bee blame.c: rename "repo" argument to "r" by Nguyễn Thái Ngọc Duy · 6 years ago
  34. 9001dc2 convert "oidcmp() != 0" to "!oideq()" by Jeff King · 7 years ago
  35. 4a7e27e convert "oidcmp() == 0" to oideq() by Jeff King · 7 years ago
  36. 7ae96e3 Merge branch 'ab/unconditional-free-and-null' by Junio C Hamano · 7 years ago
  37. ce528de refactor various if (x) FREE_AND_NULL(x) to just FREE_AND_NULL(x) by Ævar Arnfjörð Bjarmason · 7 years ago
  38. ecbbc0a blame.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 7 years ago
  39. ae533c4 Merge branch 'jm/cache-entry-from-mem-pool' by Junio C Hamano · 7 years ago
  40. a849735 block alloc: add lifecycle APIs for cache_entry structs by Jameson Miller · 7 years ago
  41. a74093d tag: add repository argument to deref_tag by Stefan Beller · 7 years ago
  42. 5e0c636 commit: add repository argument to set_commit_buffer by Stefan Beller · 7 years ago
  43. 2122f67 commit: add repository argument to lookup_commit_reference by Stefan Beller · 7 years ago
  44. 21e1ee8 commit: add repository argument to lookup_commit_reference_gently by Stefan Beller · 7 years ago
  45. b16b60f Merge branch 'sb/object-store-grafts' into sb/object-store-lookup by Junio C Hamano · 7 years ago
  46. 1102405 Merge branch 'sb/object-store-alloc' by Junio C Hamano · 7 years ago
  47. b3b2aaf Merge branch 'nd/commit-util-to-slab' by Junio C Hamano · 7 years ago
  48. 50f08db Merge branch 'js/use-bug-macro' by Junio C Hamano · 7 years ago
  49. fcb6df3 Merge branch 'sb/oid-object-info' by Junio C Hamano · 7 years ago
  50. c89b6e1 Merge branch 'ds/lazy-load-trees' by Junio C Hamano · 7 years ago
  51. 4e0df4e blame: use commit-slab for blame suspects instead of commit->util by Nguyễn Thái Ngọc Duy · 7 years ago
  52. 102de88 path.c: migrate global git_path_* to take a repository argument by Stefan Beller · 7 years ago
  53. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
  54. 14ba97f alloc: allow arbitrary repositories for alloc functions by Stefan Beller · 7 years ago
  55. 8ba0e5e alloc: add repository argument to alloc_commit_node by Stefan Beller · 7 years ago
  56. 033abf9 Replace all die("BUG: ...") calls by BUG() ones by Johannes Schindelin · 7 years ago
  57. 0df8e96 cache.h: add repository argument to oid_object_info by Stefan Beller · 7 years ago
  58. 2e27bd7 treewide: replace maybe_tree with accessor methods by Derrick Stolee · 7 years ago
  59. 891435d treewide: rename tree to maybe_tree by Derrick Stolee · 7 years ago
  60. 2d5792f Merge branch 'bw/c-plus-plus' into ds/lazy-load-trees by Junio C Hamano · 7 years ago
  61. b4f5aca sha1_file: convert read_sha1_file to struct object_id by brian m. carlson · 7 years ago
  62. 916bc35 tree-walk: convert tree entry functions to object_id by brian m. carlson · 7 years ago
  63. abef902 sha1_file: convert sha1_object_info* to object_id by brian m. carlson · 7 years ago
  64. 169c9c0 Merge branch 'bw/c-plus-plus' by Junio C Hamano · 7 years ago
  65. abeacb2 blame: rename 'this' variables by Brandon Williams · 7 years ago
  66. 829e5c3 sha1_file: convert pretend_sha1_file to object_id by Patryk Obara · 7 years ago
  67. 8cc6332 Merge branch 'bw/diff-opt-impl-to-bitfields' by Junio C Hamano · 7 years ago
  68. 0d1e0e7 diff: make struct diff_flags members lowercase by Brandon Williams · 7 years ago
  69. 23dcf77 diff: remove DIFF_OPT_SET macro by Brandon Williams · 7 years ago
  70. 3b69dae diff: remove DIFF_OPT_TST macro by Brandon Williams · 7 years ago
  71. 49e6147 refs: convert resolve_ref_unsafe to struct object_id by brian m. carlson · 7 years ago
  72. 483709a Merge branch 'js/blame-lib' by Junio C Hamano · 8 years ago
  73. 9e7d8a9 blame: fix memory corruption scrambling revision name in error message by SZEDER Gábor · 8 years ago
  74. 50f03c6 Merge branch 'ab/free-and-null' by Junio C Hamano · 8 years ago
  75. 5812b3f Merge branch 'bw/ls-files-sans-the-index' by Junio C Hamano · 8 years ago
  76. a6f38c1 Merge branch 'bw/object-id' by Junio C Hamano · 8 years ago
  77. e140f7a coccinelle: make use of the "expression" FREE_AND_NULL() rule by Ævar Arnfjörð Bjarmason · 8 years ago
  78. 82b474e convert: convert convert_to_git to take an index by Brandon Williams · 8 years ago
  79. 583c6a2 Merge branch 'js/blame-lib' by Junio C Hamano · 8 years ago
  80. bd481de blame: move entry prepend to libgit by Jeff Smith · 8 years ago
  81. 09002f1 blame: move scoreboard setup to libgit by Jeff Smith · 8 years ago
  82. b543bb1 blame: move scoreboard-related methods to libgit by Jeff Smith · 8 years ago
  83. 072bf43 blame: move fake-commit-related methods to libgit by Jeff Smith · 8 years ago
  84. f5dd754 blame: move origin-related methods to libgit by Jeff Smith · 8 years ago
  85. acca687 git-pickaxe: retire pickaxe by Junio C Hamano · 18 years ago
  86. 24ad8e0 Merge branch 'jc/pickaxe' by Junio C Hamano · 18 years ago
  87. 2bc4547 git-blame: add internal statistics to count read blobs. by Junio C Hamano · 18 years ago
  88. 83877f8 Merge branch 'maint' by Junio C Hamano · 18 years ago
  89. 4903161 Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif" by Junio C Hamano · 18 years ago
  90. b24642b blame: Document and add help text for -f, -n, and -p by Junio C Hamano · 18 years ago
  91. b5c698d git-blame --porcelain by Junio C Hamano · 18 years ago
  92. c137f40 blame.c: move code to output metainfo into a separate function. by Junio C Hamano · 18 years ago
  93. cf54a02 git-blame: --show-number (and -n) by Junio C Hamano · 18 years ago
  94. eb93b72 git-blame: --show-name (and -f) by Junio C Hamano · 18 years ago
  95. 506e49f blame.c: whitespace and formatting clean-up. by Junio C Hamano · 18 years ago
  96. 9befac4 Replace uses of strdup with xstrdup. by Shawn Pearce · 19 years ago
  97. a8e0d16 Convert memset(hash,0,20) to hashclr(hash). by Junio C Hamano · 19 years ago
  98. e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce · 19 years ago
  99. 96f1e58 remove unnecessary initializations by David Rientjes · 19 years ago
  100. b4e2759 blame.c return cleanup by David Rientjes · 19 years ago