index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
line-log.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-15
Merge branch 'jk/bloom-leak-fixes'
Junio C Hamano
1
-2
/
+1
2026-07-01
line-log: drop extra copy of range with bloom filters
Jeff King
1
-2
/
+1
2026-06-11
Merge branch 'mm/line-log-cleanup'
Junio C Hamano
1
-20
/
+8
2026-05-29
line-log: integrate -L output with the standard log-tree pipeline
Michael Montalbo
1
-20
/
+8
2026-05-19
setup: stop using `the_repository` in `prefix_path()`
Patrick Steinhardt
1
-1
/
+1
2026-03-16
line-log: route -L output through the standard diff pipeline
Michael Montalbo
1
-157
/
+17
2026-03-16
line-log: fix crash when combined with pickaxe options
Michael Montalbo
1
-4
/
+18
2026-01-15
commit: rename `free_commit_list()` to conform to coding guidelines
Patrick Steinhardt
1
-1
/
+1
2025-09-18
Merge branch 'sg/line-log-boundary-fixes'
Junio C Hamano
1
-3
/
+12
2025-08-25
line-log: simplify condition checking for merge commits
SZEDER Gábor
1
-3
/
+3
2025-08-25
line-log: initialize diff queue in process_ranges_ordinary_commit()
SZEDER Gábor
1
-1
/
+1
2025-08-25
line-log: get rid of the parents array in process_ranges_merge_commit()
SZEDER Gábor
1
-12
/
+12
2025-08-25
line-log: avoid unnecessary tree diffs when processing merge commits
SZEDER Gábor
1
-15
/
+5
2025-08-20
line-log: show all line ranges touched by the same diff range
SZEDER Gábor
1
-0
/
+9
2025-08-20
line-log: fix assertion error
SZEDER Gábor
1
-3
/
+3
2025-07-14
bloom: rename function operates on bloom_key
Lidong Yan
1
-2
/
+3
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
2024-11-21
line-log: fix leak when rewriting commit parents
Patrick Steinhardt
1
-0
/
+1
2024-10-10
Merge branch 'jk/output-prefix-cleanup'
Junio C Hamano
1
-12
/
+2
2024-10-10
Merge branch 'ps/leakfixes-part-8'
Junio C Hamano
1
-27
/
+42
2024-10-03
line-log: use diff_line_prefix() instead of custom helper
Jeff King
1
-12
/
+2
2024-10-03
line-log: protect inner strbuf from free
Derrick Stolee
1
-6
/
+4
2024-09-30
line-log: fix several memory leaks
Patrick Steinhardt
1
-19
/
+35
2024-09-30
diff: improve lifecycle management of diff queues
Patrick Steinhardt
1
-8
/
+7
2024-06-07
line-log: always allocate the output prefix
Patrick Steinhardt
1
-7
/
+11
2024-06-07
line-log: stop assigning string constant to file parent buffer
Patrick Steinhardt
1
-1
/
+3
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-12-26
line-log.h: remove unnecessary include
Elijah Newren
1
-0
/
+1
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-2
/
+0
2023-10-05
revision: clear decoration structs during release_revisions()
Jeff King
1
-0
/
+10
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-06-21
diff.h: remove unnecessary include of oidset.h
Elijah Newren
1
-0
/
+1
2023-04-24
diff.h: reduce unnecessary includes
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: remove cache.h inclusion due to setup.h changes
Elijah Newren
1
-1
/
+0
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-17
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
1
-1
/
+2
2023-02-24
rewrite_parents(): mark unused callback parameter
Jeff King
1
-1
/
+2
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
1
-0
/
+1
2022-11-02
line-log: free the diff queues' arrays when processing merge commits
SZEDER Gábor
1
-4
/
+2
2022-11-02
line-log: free diff queue when processing non-merge commits
SZEDER Gábor
1
-0
/
+1
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
[next]