1. ef84222 line-log: free the diff queues' arrays when processing merge commits by SZEDER Gábor · 2 years, 3 months ago
  2. 04ae000 line-log: free diff queue when processing non-merge commits by SZEDER Gábor · 2 years, 3 months ago
  3. ca56dad use CALLOC_ARRAY by René Scharfe · 3 years, 10 months ago
  4. 5eb2ed6 line-log: handle deref_tag() returning NULL by René Scharfe · 4 years, 3 months ago
  5. 288ed98 Merge branch 'tb/bloom-improvements' by Junio C Hamano · 4 years, 4 months ago
  6. 312cff5 bloom: split 'get_bloom_filter()' in two by Taylor Blau · 4 years, 4 months ago
  7. ef8d7ac strvec: convert more callers away from argv_array name by Jeff King · 4 years, 6 months ago
  8. dbbcd44 strvec: rename files from argv-array to strvec by Jeff King · 4 years, 6 months ago
  9. c3a0282 Merge branch 'ds/line-log-on-bloom' by Junio C Hamano · 4 years, 8 months ago
  10. f32dde8 line-log: integrate with changed-path Bloom filters by Derrick Stolee · 4 years, 8 months ago
  11. 3cb9d2b line-log: more responsive, incremental 'git log -L' by SZEDER Gábor · 4 years, 8 months ago
  12. 1c37e86 diff: make diff_populate_filespec_options struct by Jonathan Tan · 4 years, 10 months ago
  13. de67293 Merge branch 'sg/line-log-tree-diff-optim' by Junio C Hamano · 5 years ago
  14. a2bb801 line-log: avoid unnecessary full tree diffs by SZEDER Gábor · 5 years ago
  15. eef52041 line-log: extract pathspec parsing from line ranges into a helper function by SZEDER Gábor · 5 years ago
  16. 50ddb08 tree-walk.c: remove the_repo from get_tree_entry() by Nguyễn Thái Ngọc Duy · 6 years ago
  17. 96379f0 Merge branch 'en/merge-directory-renames' by Junio C Hamano · 6 years ago
  18. 5ec1e72 Use 'unsigned short' for mode, like diff_filespec does by Elijah Newren · 6 years ago
  19. 9f607cd line-log: suppress diff output with "-s" by Jeff King · 6 years ago
  20. 363df55 line-log.c: remove the_repository reference by Nguyễn Thái Ngọc Duy · 6 years ago
  21. 80e0385 line-range.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 6 years ago
  22. b78ea5f diff.c: reduce implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 6 years ago
  23. 3a2a1dc Merge branch 'sb/object-store-lookup' by Junio C Hamano · 6 years ago
  24. 6566a91 Merge branch 'is/parsing-line-range' by Junio C Hamano · 6 years ago
  25. a74093d tag: add repository argument to deref_tag by Stefan Beller · 7 years ago
  26. 7f81c00 log: prevent error if line range ends past end of file by Isabella Stephens · 7 years ago
  27. c89b6e1 Merge branch 'ds/lazy-load-trees' by Junio C Hamano · 7 years ago
  28. 2e27bd7 treewide: replace maybe_tree with accessor methods by Derrick Stolee · 7 years ago
  29. 891435d treewide: rename tree to maybe_tree by Derrick Stolee · 7 years ago
  30. 916bc35 tree-walk: convert tree entry functions to object_id by brian m. carlson · 7 years ago
  31. 3ce9149 line-log: rename 'new' variables by Brandon Williams · 7 years ago
  32. 071bcaa ALLOC_GROW: avoid -Wsign-compare warnings by Ramsay Jones · 7 years ago
  33. 50f03c6 Merge branch 'ab/free-and-null' by Junio C Hamano · 8 years ago
  34. 88ce3ef *.[ch] refactoring: make use of the FREE_AND_NULL() macro by Ævar Arnfjörð Bjarmason · 8 years ago
  35. 6a83d90 coccinelle: make use of the "type" FREE_AND_NULL() rule by Ævar Arnfjörð Bjarmason · 8 years ago
  36. 66f414f diff-tree: convert diff_tree_sha1 to struct object_id by Brandon Williams · 8 years ago
  37. f9704c2 diff: convert fill_filespec to struct object_id by Brandon Williams · 8 years ago
  38. 6cf034e line-log: avoid memory leak by Johannes Schindelin · 8 years ago
  39. 6c62101 Merge branch 'vn/line-log-memcpy-size-fix' by Junio C Hamano · 8 years ago
  40. 36d5286 Merge branch 'ax/line-log-range-merge-fix' by Junio C Hamano · 8 years ago
  41. 07f546c line-log: use COPY_ARRAY to fix mis-sized memcpy by Vegard Nossum · 8 years ago
  42. aaae0bf line-log.c: prevent crash during union of too many ranges by Allan Xavier · 8 years ago
  43. 9ed0d8d use QSORT by René Scharfe · 8 years ago
  44. a63d31b Merge branch 'bc/cocci' by Junio C Hamano · 9 years ago
  45. 63641fb Merge branch 'js/log-to-diffopt-file' by Junio C Hamano · 9 years ago
  46. 41c9560 diff: rename struct diff_filespec's sha1_valid member by brian m. carlson · 9 years ago
  47. a0d12c4 diff: convert struct diff_filespec to struct object_id by brian m. carlson · 9 years ago
  48. 2a5618e Merge branch 'jc/deref-tag' by Junio C Hamano · 9 years ago
  49. 179795e line-log: respect diffopt's configured output file stream by Johannes Schindelin · 9 years ago
  50. 31da121 blame, line-log: do not loop around deref_tag() by Junio C Hamano · 9 years ago
  51. b32fa95 convert trivial cases to ALLOC_ARRAY by Jeff King · 9 years ago
  52. 850d2fe convert manual allocations to argv_array by Jeff King · 9 years ago
  53. ed1c997 Remove get_object_hash. by brian m. carlson · 9 years ago
  54. 7999b2c Add several uses of get_object_hash. by brian m. carlson · 9 years ago
  55. 6343e2f Sync with 2.3.10 by Junio C Hamano · 9 years ago
  56. 3efb988 react to errors in xdi_diff by Jeff King · 9 years ago
  57. 6998d89 Merge branch 'jk/color-diff-plain-is-context' into maint by Junio C Hamano · 10 years ago
  58. 8dbf3eb diff.h: rename DIFF_PLAIN color slot to DIFF_CONTEXT by Jeff King · 10 years ago
  59. a379f25 Merge branch 'sb/line-log-plug-pairdiff-leak' into maint by Junio C Hamano · 10 years ago
  60. c99fec6 Sync with 2.3.8 by Junio C Hamano · 10 years ago
  61. 0269f96 log -L: improve error message on malformed argument by Matthieu Moy · 10 years ago
  62. 05bfc7d line-log.c: fix a memleak by Stefan Beller · 10 years ago
  63. 2b102ef line-log.c: make line_log_data_init() static by Junio C Hamano · 10 years ago
  64. 64b9326 Merge branch 'tm/line-log-first-parent' by Junio C Hamano · 10 years ago
  65. a8787c5 line-log: fix crash when --first-parent is used by Tzvetan Mikov · 10 years ago
  66. 2756ca4 use REALLOC_ARRAY for changing the allocation size of arrays by René Scharfe · 10 years ago
  67. 4bbaa1e use commit_list_count() to count the members of commit_lists by René Scharfe · 11 years ago
  68. 72c7794 line-log: use commit_list_append() instead of duplicating its code by René Scharfe · 11 years ago
  69. 7bc4ec0 line-log: convert to using diff_tree_sha1() by Kirill Smelkov · 11 years ago
  70. 4cebbe6 Merge branch 'nd/magic-pathspec' by Junio C Hamano · 11 years ago
  71. c8556c6 Fix calling parse_pathspec with no paths nor PATHSPEC_PREFER_* flags by Nguyễn Thái Ngọc Duy · 11 years ago
  72. b02f5ae Merge branch 'jl/submodule-mv' by Junio C Hamano · 11 years ago
  73. 3e0d79d log: teach -L/RE/ to search from end of previous -L range by Eric Sunshine · 11 years ago
  74. 815834e line-range: teach -L/RE/ to search relative to anchor point by Eric Sunshine · 11 years ago
  75. c0babbe range-set: publish API for re-use by git-blame -L by Eric Sunshine · 11 years ago
  76. 63828b8 log: fix -L bounds checking bug by Eric Sunshine · 11 years ago
  77. df6308e line-log: fix "log -LN" crash when N is last line of file by Eric Sunshine · 12 years ago
  78. f8395ed range-set: satisfy non-empty ranges invariant by Eric Sunshine · 12 years ago
  79. b6679e7 range-set: fix sort_and_merge_range_set() corner case bug by Eric Sunshine · 12 years ago
  80. 78a9514 line-log: convert to use parse_pathspec by Nguyễn Thái Ngọc Duy · 12 years ago
  81. 3755b53 range_set: fix coalescing bug when range is a subset of another by Eric Sunshine · 12 years ago
  82. 1ddac3f log -L: improve comments in process_all_files() by Thomas Rast · 12 years ago
  83. 31c6191 log -L: store the path instead of a diff_filespec by Thomas Rast · 12 years ago
  84. 2096188 log -L: fix overlapping input ranges by Thomas Rast · 12 years ago
  85. 4596f19 log -L: check range set invariants when we look it up by Thomas Rast · 12 years ago
  86. 39410bf Speed up log -L... -M by Thomas Rast · 12 years ago
  87. 13b8f68 log -L: :pattern:file syntax to find by funcname by Thomas Rast · 12 years ago
  88. 12da1d1 Implement line-history search (git log -L) by Thomas Rast · 12 years ago