index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
merge-recursive.c
Age
Commit message (
Expand
)
Author
2025-04-08
merge-recursive.[ch]: thoroughly debug these
Elijah Newren
2025-04-08
merge-ort: enable diff-algorithms other than histogram
Elijah Newren
2025-02-13
merge-recursive: optimize time complexity for process_renames
Meet Soni
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-07-13
merge-recursive: honor diff.algorithm
Antonin Delpeuch
2024-07-08
Merge branch 'ps/leakfixes-more'
Junio C Hamano
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-11
merge: fix leaking merge bases
Patrick Steinhardt
2024-06-11
merge-recursive: fix memory leak when finalizing merge
Patrick Steinhardt
2024-06-11
builtin/merge-recursive: fix leaking object ID bases
Patrick Steinhardt
2024-06-11
merge-recursive: fix leaking rename conflict info
Patrick Steinhardt
2024-04-01
Merge branch 'pw/checkout-conflict-errorfix'
Junio C Hamano
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
2024-03-14
merge options: add a conflict style member
Phillip Wood
2024-03-14
merge-ll: introduce LL_MERGE_OPTIONS_INIT
Phillip Wood
2024-03-11
Merge branch 'js/merge-base-with-missing-commit'
Junio C Hamano
2024-03-09
merge-ort/merge-recursive: do report errors in `merge_submodule()`
Johannes Schindelin
2024-03-09
merge-recursive: prepare for `merge_submodule()` to report errors
Johannes Schindelin
2024-03-07
Merge branch 'js/merge-tree-3-trees'
Junio C Hamano
2024-02-29
commit-reach(repo_get_merge_bases): pass on "missing commits" errors
Johannes Schindelin
2024-02-28
commit-reach(repo_in_merge_bases_many): report missing commits
Johannes Schindelin
2024-02-23
Always check `parse_tree*()`'s return value
Johannes Schindelin
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-10-11
merge: introduce {copy|clear}_merge_options()
Junio C Hamano
2023-10-02
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
2023-09-16
merge-ort: lowercase a few error messages
Jeff King
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
merge-ll: rename from ll-merge
Elijah Newren
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
sparse-index.h: move declarations for sparse-index.c from cache.h
Elijah Newren
2023-06-21
name-hash.h: move declarations for name-hash.c from cache.h
Elijah Newren
2023-04-24
match-trees.h: move declarations for match-trees.c functions from cache.h
Elijah Newren
2023-04-24
symlinks.h: move declarations for symlinks.c functions from cache.h
Elijah Newren
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-03-28
libs: use "struct repository *" argument, not "the_repository"
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-02-23
Remove unnecessary includes of builtin.h
Elijah Newren
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-01-17
treewide: always have a valid "index_state.repo" member
Ævar Arnfjörð Bjarmason
2023-01-16
cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()
Ævar Arnfjörð Bjarmason
2022-11-27
merge-recursive: fix variable typo in error message
Kyle Meyer
[next]