index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
line-log.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
diff.h: remove unnecessary include of oidset.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
diff.h: reduce unnecessary includes
Elijah Newren
2023-04-24
1
-0
/
+1
*
treewide: remove cache.h inclusion due to setup.h changes
Elijah Newren
2023-03-21
1
-1
/
+0
*
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
2023-03-17
1
-1
/
+2
|
\
|
*
rewrite_parents(): mark unused callback parameter
Jeff King
2023-02-24
1
-1
/
+2
*
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
*
|
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
*
line-log: free the diff queues' arrays when processing merge commits
SZEDER Gábor
2022-11-03
1
-4
/
+2
*
line-log: free diff queue when processing non-merge commits
SZEDER Gábor
2022-11-03
1
-0
/
+1
*
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-1
/
+1
*
line-log: handle deref_tag() returning NULL
René Scharfe
2020-10-12
1
-1
/
+1
*
Merge branch 'tb/bloom-improvements'
Junio C Hamano
2020-09-29
1
-1
/
+1
|
\
|
*
bloom: split 'get_bloom_filter()' in two
Taylor Blau
2020-09-17
1
-1
/
+1
*
|
strvec: convert more callers away from argv_array name
Jeff King
2020-07-29
1
-3
/
+3
*
|
strvec: rename files from argv-array to strvec
Jeff King
2020-07-29
1
-1
/
+1
|
/
*
Merge branch 'ds/line-log-on-bloom'
Junio C Hamano
2020-06-09
1
-3
/
+40
|
\
|
*
line-log: integrate with changed-path Bloom filters
Derrick Stolee
2020-05-11
1
-1
/
+38
|
*
line-log: more responsive, incremental 'git log -L'
SZEDER Gábor
2020-05-11
1
-2
/
+2
*
|
diff: make diff_populate_filespec_options struct
Jonathan Tan
2020-04-08
1
-3
/
+3
|
/
*
Merge branch 'sg/line-log-tree-diff-optim'
Junio C Hamano
2019-09-18
1
-19
/
+52
|
\
|
*
line-log: avoid unnecessary full tree diffs
SZEDER Gábor
2019-08-21
1
-7
/
+36
|
*
line-log: extract pathspec parsing from line ranges into a helper function
SZEDER Gábor
2019-08-21
1
-14
/
+18
*
|
tree-walk.c: remove the_repo from get_tree_entry()
Nguyễn Thái Ngọc Duy
2019-06-27
1
-3
/
+4
|
/
*
Merge branch 'en/merge-directory-renames'
Junio C Hamano
2019-05-08
1
-1
/
+1
|
\
|
*
Use 'unsigned short' for mode, like diff_filespec does
Elijah Newren
2019-04-08
1
-1
/
+1
*
|
line-log: suppress diff output with "-s"
Jeff King
2019-03-08
1
-2
/
+4
|
/
*
line-log.c: remove the_repository reference
Nguyễn Thái Ngọc Duy
2018-11-12
1
-1
/
+1
*
line-range.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-2
/
+2
*
diff.c: reduce implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-9
/
+12
*
Merge branch 'sb/object-store-lookup'
Junio C Hamano
2018-08-03
1
-1
/
+1
|
\
|
*
tag: add repository argument to deref_tag
Stefan Beller
2018-06-29
1
-1
/
+1
*
|
Merge branch 'is/parsing-line-range'
Junio C Hamano
2018-08-03
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
log: prevent error if line range ends past end of file
Isabella Stephens
2018-06-15
1
-2
/
+2
*
|
Merge branch 'ds/lazy-load-trees'
Junio C Hamano
2018-05-23
1
-2
/
+2
|
\
\
|
*
|
treewide: replace maybe_tree with accessor methods
Derrick Stolee
2018-04-11
1
-2
/
+2
|
*
|
treewide: rename tree to maybe_tree
Derrick Stolee
2018-04-11
1
-2
/
+2
|
|
/
*
/
tree-walk: convert tree entry functions to object_id
brian m. carlson
2018-03-14
1
-2
/
+1
|
/
*
line-log: rename 'new' variables
Brandon Williams
2018-02-22
1
-28
/
+28
*
ALLOC_GROW: avoid -Wsign-compare warnings
Ramsay Jones
2017-09-22
1
-9
/
+9
*
Merge branch 'ab/free-and-null'
Junio C Hamano
2017-06-24
1
-4
/
+2
|
\
|
*
*.[ch] refactoring: make use of the FREE_AND_NULL() macro
Ævar Arnfjörð Bjarmason
2017-06-16
1
-2
/
+1
|
*
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
2017-06-16
1
-2
/
+1
*
|
diff-tree: convert diff_tree_sha1 to struct object_id
Brandon Williams
2017-06-05
1
-2
/
+2
*
|
diff: convert fill_filespec to struct object_id
Brandon Williams
2017-06-02
1
-3
/
+3
|
/
*
line-log: avoid memory leak
Johannes Schindelin
2017-05-08
1
-0
/
+1
*
Merge branch 'vn/line-log-memcpy-size-fix'
Junio C Hamano
2017-03-13
1
-1
/
+2
|
\
|
*
line-log: use COPY_ARRAY to fix mis-sized memcpy
Vegard Nossum
2017-03-06
1
-1
/
+2
*
|
Merge branch 'ax/line-log-range-merge-fix'
Junio C Hamano
2017-03-13
1
-8
/
+7
|
\
\
[next]