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