index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
line-log.c
Age
Commit message (
Expand
)
Author
2026-03-16
line-log: route -L output through the standard diff pipeline
Michael Montalbo
2026-03-16
line-log: fix crash when combined with pickaxe options
Michael Montalbo
2026-01-15
commit: rename `free_commit_list()` to conform to coding guidelines
Patrick Steinhardt
2025-09-18
Merge branch 'sg/line-log-boundary-fixes'
Junio C Hamano
2025-08-25
line-log: simplify condition checking for merge commits
SZEDER Gábor
2025-08-25
line-log: initialize diff queue in process_ranges_ordinary_commit()
SZEDER Gábor
2025-08-25
line-log: get rid of the parents array in process_ranges_merge_commit()
SZEDER Gábor
2025-08-25
line-log: avoid unnecessary tree diffs when processing merge commits
SZEDER Gábor
2025-08-20
line-log: show all line ranges touched by the same diff range
SZEDER Gábor
2025-08-20
line-log: fix assertion error
SZEDER Gábor
2025-07-14
bloom: rename function operates on bloom_key
Lidong Yan
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-11-21
line-log: fix leak when rewriting commit parents
Patrick Steinhardt
2024-10-10
Merge branch 'jk/output-prefix-cleanup'
Junio C Hamano
2024-10-10
Merge branch 'ps/leakfixes-part-8'
Junio C Hamano
2024-10-03
line-log: use diff_line_prefix() instead of custom helper
Jeff King
2024-10-03
line-log: protect inner strbuf from free
Derrick Stolee
2024-09-30
line-log: fix several memory leaks
Patrick Steinhardt
2024-09-30
diff: improve lifecycle management of diff queues
Patrick Steinhardt
2024-06-07
line-log: always allocate the output prefix
Patrick Steinhardt
2024-06-07
line-log: stop assigning string constant to file parent buffer
Patrick Steinhardt
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
line-log.h: remove unnecessary include
Elijah Newren
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-10-05
revision: clear decoration structs during release_revisions()
Jeff King
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-06-21
diff.h: remove unnecessary include of oidset.h
Elijah Newren
2023-04-24
diff.h: reduce unnecessary includes
Elijah Newren
2023-03-21
treewide: remove cache.h inclusion due to setup.h changes
Elijah Newren
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-17
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
2023-02-24
rewrite_parents(): mark unused callback parameter
Jeff King
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2022-11-02
line-log: free the diff queues' arrays when processing merge commits
SZEDER Gábor
2022-11-02
line-log: free diff queue when processing non-merge commits
SZEDER Gábor
2021-03-13
use CALLOC_ARRAY
René Scharfe
2020-10-12
line-log: handle deref_tag() returning NULL
René Scharfe
2020-09-29
Merge branch 'tb/bloom-improvements'
Junio C Hamano
2020-09-17
bloom: split 'get_bloom_filter()' in two
Taylor Blau
2020-07-28
strvec: convert more callers away from argv_array name
Jeff King
2020-07-28
strvec: rename files from argv-array to strvec
Jeff King
2020-06-08
Merge branch 'ds/line-log-on-bloom'
Junio C Hamano
2020-05-11
line-log: integrate with changed-path Bloom filters
Derrick Stolee
2020-05-11
line-log: more responsive, incremental 'git log -L'
SZEDER Gábor
2020-04-07
diff: make diff_populate_filespec_options struct
Jonathan Tan
2019-09-18
Merge branch 'sg/line-log-tree-diff-optim'
Junio C Hamano
2019-08-21
line-log: avoid unnecessary full tree diffs
SZEDER Gábor
2019-08-21
line-log: extract pathspec parsing from line ranges into a helper function
SZEDER Gábor
2019-06-27
tree-walk.c: remove the_repo from get_tree_entry()
Nguyễn Thái Ngọc Duy
[next]