index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
line-log.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
[next]