summaryrefslogtreecommitdiffstats
path: root/line-log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-12-26line-log.h: remove unnecessary includeElijah Newren1-0/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-2/+0
2023-10-05revision: clear decoration structs during release_revisions()Jeff King1-0/+10
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren1-0/+1
2023-04-24diff.h: reduce unnecessary includesElijah Newren1-0/+1
2023-03-21treewide: remove cache.h inclusion due to setup.h changesElijah Newren1-1/+0
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano1-1/+2
2023-02-24rewrite_parents(): mark unused callback parameterJeff King1-1/+2
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-0/+1
2022-11-02line-log: free the diff queues' arrays when processing merge commitsSZEDER Gábor1-4/+2
2022-11-02line-log: free diff queue when processing non-merge commitsSZEDER Gábor1-0/+1
2021-03-13use CALLOC_ARRAYRené Scharfe1-1/+1
2020-10-12line-log: handle deref_tag() returning NULLRené Scharfe1-1/+1
2020-09-29Merge branch 'tb/bloom-improvements'Junio C Hamano1-1/+1
2020-09-17bloom: split 'get_bloom_filter()' in twoTaylor Blau1-1/+1
2020-07-28strvec: convert more callers away from argv_array nameJeff King1-3/+3
2020-07-28strvec: rename files from argv-array to strvecJeff King1-1/+1
2020-06-08Merge branch 'ds/line-log-on-bloom'Junio C Hamano1-3/+40
2020-05-11line-log: integrate with changed-path Bloom filtersDerrick Stolee1-1/+38
2020-05-11line-log: more responsive, incremental 'git log -L'SZEDER Gábor1-2/+2
2020-04-07diff: make diff_populate_filespec_options structJonathan Tan1-3/+3
2019-09-18Merge branch 'sg/line-log-tree-diff-optim'Junio C Hamano1-19/+52
2019-08-21line-log: avoid unnecessary full tree diffsSZEDER Gábor1-7/+36
2019-08-21line-log: extract pathspec parsing from line ranges into a helper functionSZEDER Gábor1-14/+18
2019-06-27tree-walk.c: remove the_repo from get_tree_entry()Nguyễn Thái Ngọc Duy1-3/+4
2019-05-09Merge branch 'en/merge-directory-renames'Junio C Hamano1-1/+1
2019-04-08Use 'unsigned short' for mode, like diff_filespec doesElijah Newren1-1/+1
2019-03-08line-log: suppress diff output with "-s"Jeff King1-2/+4
2018-11-12line-log.c: remove the_repository referenceNguyễn Thái Ngọc Duy1-1/+1
2018-09-21line-range.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-2/+2
2018-09-21diff.c: reduce implicit dependency on the_indexNguyễn Thái Ngọc Duy1-9/+12
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano1-1/+1
2018-08-02Merge branch 'is/parsing-line-range'Junio C Hamano1-2/+2
2018-06-29tag: add repository argument to deref_tagStefan Beller1-1/+1
2018-06-15log: prevent error if line range ends past end of fileIsabella Stephens1-2/+2
2018-05-23Merge branch 'ds/lazy-load-trees'Junio C Hamano1-2/+2
2018-04-11treewide: replace maybe_tree with accessor methodsDerrick Stolee1-2/+2
2018-04-11treewide: rename tree to maybe_treeDerrick Stolee1-2/+2
2018-03-14tree-walk: convert tree entry functions to object_idbrian m. carlson1-2/+1
2018-02-22line-log: rename 'new' variablesBrandon Williams1-28/+28
2017-09-22ALLOC_GROW: avoid -Wsign-compare warningsRamsay Jones1-9/+9
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano1-4/+2
2017-06-16*.[ch] refactoring: make use of the FREE_AND_NULL() macroÆvar Arnfjörð Bjarmason1-2/+1
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason1-2/+1
2017-06-05diff-tree: convert diff_tree_sha1 to struct object_idBrandon Williams1-2/+2
2017-06-02diff: convert fill_filespec to struct object_idBrandon Williams1-3/+3