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
/
combine-diff.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-29
Merge branch 'tc/last-modified-recursive-fix'
Junio C Hamano
1
-1
/
+2
2025-09-29
Merge branch 'jk/color-variable-fixes'
Junio C Hamano
1
-1
/
+1
2025-09-18
last-modified: fix bug when some paths remain unhandled
Toon Claes
1
-1
/
+2
2025-09-16
color: use git_colorbool enum type to store colorbools
Jeff King
1
-1
/
+1
2025-08-25
Merge branch 'tc/diff-tree-max-depth'
Junio C Hamano
1
-1
/
+1
2025-08-07
combine-diff: zero memory used for callback filepairs
Jeff King
1
-1
/
+1
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
1
-1
/
+1
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
1
-1
/
+1
2025-01-09
tree-diff: drop list-tail argument to diff_tree_paths()
Jeff King
1
-6
/
+3
2025-01-09
combine-diff: drop public declaration of combine_diff_path_size()
Jeff King
1
-2
/
+3
2025-01-09
combine-diff: use pointer for parent paths
Jeff King
1
-19
/
+11
2025-01-09
combine-diff: add combine_diff_path_new()
Jeff King
1
-14
/
+26
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-11-04
combine-diff: fix leaking lost lines
Patrick Steinhardt
1
-2
/
+3
2024-09-27
diff: fix leaking orderfile option
Patrick Steinhardt
1
-2
/
+1
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-05-17
refs: refactor `resolve_gitlink_ref()` to accept a repository
Patrick Steinhardt
1
-1
/
+2
2024-02-14
Merge branch 'js/check-null-from-read-object-file'
Junio C Hamano
1
-0
/
+2
2024-02-06
Always check the return value of `repo_read_object_file()`
Johannes Schindelin
1
-0
/
+2
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
1
-1
/
+0
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-04-24
commit.h: reduce unnecessary includes
Elijah Newren
1
-0
/
+1
2023-04-24
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
1
-1
/
+1
2023-04-11
treewide: remove double forward declaration of read_in_full
Elijah Newren
1
-0
/
+1
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on convert.h
Elijah Newren
1
-0
/
+1
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-4
/
+4
2023-03-28
libs: use "struct repository *" argument, not "the_repository"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2022-12-13
diff: mark unused parameters in callbacks
Jeff King
1
-1
/
+1
2022-07-11
Merge branch 'rs/combine-diff-with-incompatible-options'
Junio C Hamano
1
-0
/
+7
2022-06-21
combine-diff: abort if --output is given
René Scharfe
1
-0
/
+3
2022-06-21
combine-diff: abort if --ignore-matching-lines is given
René Scharfe
1
-0
/
+4
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
1
-2
/
+2
2021-07-13
Merge branch 'ab/pickaxe-pcre2'
Junio C Hamano
1
-2
/
+3
2021-05-11
xdiff-interface: prepare for allowing early return
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2021-04-27
hash: provide per-algorithm null OIDs
brian m. carlson
1
-1
/
+1
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-10
/
+10
2020-10-05
Merge branch 'jk/diff-cc-oidfind-fix'
Junio C Hamano
1
-2
/
+41
2020-09-30
combine-diff: handle --find-object in multitree code path
Jeff King
1
-2
/
+41
2020-09-29
diff: get rid of redundant 'dense' argument
Sergey Organov
1
-12
/
+9
2020-03-30
oid_array: rename source file from sha1-array
Jeff King
1
-1
/
+1
2019-08-19
combine-diff: replace GIT_SHA1_HEXSZ with the_hash_algo
brian m. carlson
1
-1
/
+1
2019-03-07
Merge branch 'en/combined-all-paths'
Junio C Hamano
1
-11
/
+65
[next]