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