Age | Commit message (Expand) | Author | Files | Lines |
2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -1/+1 |
2020-10-12 | line-log: handle deref_tag() returning NULL | René Scharfe | 1 | -1/+1 |
2020-09-29 | Merge branch 'tb/bloom-improvements' | Junio C Hamano | 1 | -1/+1 |
2020-09-17 | bloom: split 'get_bloom_filter()' in two | Taylor Blau | 1 | -1/+1 |
2020-07-28 | strvec: convert more callers away from argv_array name | Jeff King | 1 | -3/+3 |
2020-07-28 | strvec: rename files from argv-array to strvec | Jeff King | 1 | -1/+1 |
2020-06-08 | Merge branch 'ds/line-log-on-bloom' | Junio C Hamano | 1 | -3/+40 |
2020-05-11 | line-log: integrate with changed-path Bloom filters | Derrick Stolee | 1 | -1/+38 |
2020-05-11 | line-log: more responsive, incremental 'git log -L' | SZEDER Gábor | 1 | -2/+2 |
2020-04-07 | diff: make diff_populate_filespec_options struct | Jonathan Tan | 1 | -3/+3 |
2019-09-18 | Merge branch 'sg/line-log-tree-diff-optim' | Junio C Hamano | 1 | -19/+52 |
2019-08-21 | line-log: avoid unnecessary full tree diffs | SZEDER Gábor | 1 | -7/+36 |
2019-08-21 | line-log: extract pathspec parsing from line ranges into a helper function | SZEDER Gábor | 1 | -14/+18 |
2019-06-27 | tree-walk.c: remove the_repo from get_tree_entry() | Nguyễn Thái Ngọc Duy | 1 | -3/+4 |
2019-05-09 | Merge branch 'en/merge-directory-renames' | Junio C Hamano | 1 | -1/+1 |
2019-04-08 | Use 'unsigned short' for mode, like diff_filespec does | Elijah Newren | 1 | -1/+1 |
2019-03-08 | line-log: suppress diff output with "-s" | Jeff King | 1 | -2/+4 |
2018-11-12 | line-log.c: remove the_repository reference | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-09-21 | line-range.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2018-09-21 | diff.c: reduce implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -9/+12 |
2018-08-02 | Merge branch 'sb/object-store-lookup' | Junio C Hamano | 1 | -1/+1 |
2018-08-02 | Merge branch 'is/parsing-line-range' | Junio C Hamano | 1 | -2/+2 |
2018-06-29 | tag: add repository argument to deref_tag | Stefan Beller | 1 | -1/+1 |
2018-06-15 | log: prevent error if line range ends past end of file | Isabella Stephens | 1 | -2/+2 |
2018-05-23 | Merge branch 'ds/lazy-load-trees' | Junio C Hamano | 1 | -2/+2 |
2018-04-11 | treewide: replace maybe_tree with accessor methods | Derrick Stolee | 1 | -2/+2 |
2018-04-11 | treewide: rename tree to maybe_tree | Derrick Stolee | 1 | -2/+2 |
2018-03-14 | tree-walk: convert tree entry functions to object_id | brian m. carlson | 1 | -2/+1 |
2018-02-22 | line-log: rename 'new' variables | Brandon Williams | 1 | -28/+28 |
2017-09-22 | ALLOC_GROW: avoid -Wsign-compare warnings | Ramsay Jones | 1 | -9/+9 |
2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -4/+2 |
2017-06-16 | *.[ch] refactoring: make use of the FREE_AND_NULL() macro | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2017-06-16 | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2017-06-05 | diff-tree: convert diff_tree_sha1 to struct object_id | Brandon Williams | 1 | -2/+2 |
2017-06-02 | diff: convert fill_filespec to struct object_id | Brandon Williams | 1 | -3/+3 |
2017-05-08 | line-log: avoid memory leak | Johannes Schindelin | 1 | -0/+1 |
2017-03-12 | Merge branch 'vn/line-log-memcpy-size-fix' | Junio C Hamano | 1 | -1/+2 |
2017-03-12 | Merge branch 'ax/line-log-range-merge-fix' | Junio C Hamano | 1 | -8/+7 |
2017-03-06 | line-log: use COPY_ARRAY to fix mis-sized memcpy | Vegard Nossum | 1 | -1/+2 |
2017-03-03 | line-log.c: prevent crash during union of too many ranges | Allan Xavier | 1 | -8/+7 |
2016-09-29 | use QSORT | René Scharfe | 1 | -1/+1 |
2016-07-19 | Merge branch 'bc/cocci' | Junio C Hamano | 1 | -6/+6 |
2016-07-19 | Merge branch 'js/log-to-diffopt-file' | Junio C Hamano | 1 | -17/+17 |
2016-06-28 | diff: rename struct diff_filespec's sha1_valid member | brian m. carlson | 1 | -5/+5 |
2016-06-28 | diff: convert struct diff_filespec to struct object_id | brian m. carlson | 1 | -1/+1 |
2016-06-27 | Merge branch 'jc/deref-tag' | Junio C Hamano | 1 | -2/+1 |
2016-06-24 | line-log: respect diffopt's configured output file stream | Johannes Schindelin | 1 | -17/+17 |
2016-06-14 | blame, line-log: do not loop around deref_tag() | Junio C Hamano | 1 | -2/+1 |
2016-02-22 | convert trivial cases to ALLOC_ARRAY | Jeff King | 1 | -4/+4 |
2016-02-22 | convert manual allocations to argv_array | Jeff King | 1 | -13/+9 |