index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
merge-tree.c
Age
Commit message (
Expand
)
Author
2026-02-13
Merge branch 'ps/commit-list-functions-renamed'
Junio C Hamano
2026-01-15
commit: rename `free_commit_list()` to conform to coding guidelines
Patrick Steinhardt
2026-01-15
commit: rename `reverse_commit_list()` to conform to coding guidelines
Patrick Steinhardt
2026-01-09
cocci: convert parse_tree functions to repo_ variants
René Scharfe
2025-08-21
Merge branch 'jc/strbuf-split'
Junio C Hamano
2025-08-02
merge-tree: do not use strbuf_split*()
Junio C Hamano
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
2025-05-16
merge-tree: add a new --quiet flag
Elijah Newren
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
2025-02-18
merge-tree: only use basic merge config
Phillip Wood
2025-02-18
merge-tree: remove redundant code
Phillip Wood
2025-02-18
merge-tree --stdin: flush stdout to avoid deadlock
Phillip Wood
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
2024-08-22
builtin/merge-tree: fix leaking `-X` strategy options
Patrick Steinhardt
2024-07-13
merge-recursive: honor diff.algorithm
Antonin Delpeuch
2024-06-11
merge: fix leaking merge bases
Patrick Steinhardt
2024-04-18
builtin: stop using `the_index`
Patrick Steinhardt
2024-04-12
Merge branch 'js/merge-tree-3-trees'
Junio C Hamano
2024-04-12
merge-tree: fix argument type of the `--merge-base` option
Johannes Schindelin
2024-03-11
Merge branch 'js/merge-base-with-missing-commit'
Junio C Hamano
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-23
Always check `parse_tree*()`'s return value
Johannes Schindelin
2024-01-29
merge-tree: accept 3 trees as arguments
Johannes Schindelin
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-11-27
i18n: factorize even more 'incompatible options' messages
René Scharfe
2023-10-11
merge: introduce {copy|clear}_merge_options()
Junio C Hamano
2023-09-25
merge-tree: add -X strategy option
Tang Yuyi
2023-07-13
merge-tree: mark unused parameter in traverse callback
Jeff King
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-03
surround %s with quotes when failed to lookup commit
Teng Long
2023-05-15
Merge branch 'ds/merge-tree-use-config'
Junio C Hamano
2023-05-10
merge-tree: load default git config
Derrick Stolee
2023-04-24
commit.h: reduce unnecessary includes
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
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
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2022-12-26
Merge branch 'jk/unused-post-2.39'
Junio C Hamano
[next]