aboutsummaryrefslogtreecommitdiff
path: root/builtin/merge-tree.c
AgeCommit message (Expand)Author
2026-02-13Merge branch 'ps/commit-list-functions-renamed'Junio C Hamano
2026-01-15commit: rename `free_commit_list()` to conform to coding guidelinesPatrick Steinhardt
2026-01-15commit: rename `reverse_commit_list()` to conform to coding guidelinesPatrick Steinhardt
2026-01-09cocci: convert parse_tree functions to repo_ variantsRené Scharfe
2025-08-21Merge branch 'jc/strbuf-split'Junio C Hamano
2025-08-02merge-tree: do not use strbuf_split*()Junio C Hamano
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-05-16merge-tree: add a new --quiet flagElijah Newren
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-02-18merge-tree: only use basic merge configPhillip Wood
2025-02-18merge-tree: remove redundant codePhillip Wood
2025-02-18merge-tree --stdin: flush stdout to avoid deadlockPhillip Wood
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-08-22builtin/merge-tree: fix leaking `-X` strategy optionsPatrick Steinhardt
2024-07-13merge-recursive: honor diff.algorithmAntonin Delpeuch
2024-06-11merge: fix leaking merge basesPatrick Steinhardt
2024-04-18builtin: stop using `the_index`Patrick Steinhardt
2024-04-12Merge branch 'js/merge-tree-3-trees'Junio C Hamano
2024-04-12merge-tree: fix argument type of the `--merge-base` optionJohannes Schindelin
2024-03-11Merge branch 'js/merge-base-with-missing-commit'Junio C Hamano
2024-03-07Merge branch 'js/merge-tree-3-trees'Junio C Hamano
2024-02-29commit-reach(repo_get_merge_bases): pass on "missing commits" errorsJohannes Schindelin
2024-02-23Always check `parse_tree*()`'s return valueJohannes Schindelin
2024-01-29merge-tree: accept 3 trees as argumentsJohannes Schindelin
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-11-27i18n: factorize even more 'incompatible options' messagesRené Scharfe
2023-10-11merge: introduce {copy|clear}_merge_options()Junio C Hamano
2023-09-25merge-tree: add -X strategy optionTang Yuyi
2023-07-13merge-tree: mark unused parameter in traverse callbackJeff King
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-03surround %s with quotes when failed to lookup commitTeng Long
2023-05-15Merge branch 'ds/merge-tree-use-config'Junio C Hamano
2023-05-10merge-tree: load default git configDerrick Stolee
2023-04-24commit.h: reduce unnecessary includesElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-12-26Merge branch 'jk/unused-post-2.39'Junio C Hamano