aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/merge-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-21Merge branch 'jc/strbuf-split'Junio C Hamano1-14/+16
2025-08-02merge-tree: do not use strbuf_split*()Junio C Hamano1-14/+16
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt1-0/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt1-6/+6
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-05-16merge-tree: add a new --quiet flagElijah Newren1-0/+18
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-02-18merge-tree: only use basic merge configPhillip Wood1-1/+1
2025-02-18merge-tree: remove redundant codePhillip Wood1-5/+2
2025-02-18merge-tree --stdin: flush stdout to avoid deadlockPhillip Wood1-0/+2
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt1-4/+2
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+2
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano1-2/+5
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-1/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-08-22builtin/merge-tree: fix leaking `-X` strategy optionsPatrick Steinhardt1-3/+10
2024-07-13merge-recursive: honor diff.algorithmAntonin Delpeuch1-1/+1
2024-06-11merge: fix leaking merge basesPatrick Steinhardt1-0/+1
2024-04-18builtin: stop using `the_index`Patrick Steinhardt1-2/+1
2024-04-12Merge branch 'js/merge-tree-3-trees'Junio C Hamano1-1/+1
2024-04-12merge-tree: fix argument type of the `--merge-base` optionJohannes Schindelin1-1/+1
2024-03-11Merge branch 'js/merge-base-with-missing-commit'Junio C Hamano1-2/+3
2024-03-07Merge branch 'js/merge-tree-3-trees'Junio C Hamano1-17/+31
2024-02-29commit-reach(repo_get_merge_bases): pass on "missing commits" errorsJohannes Schindelin1-2/+3
2024-02-23Always check `parse_tree*()`'s return valueJohannes Schindelin1-0/+6
2024-01-29merge-tree: accept 3 trees as argumentsJohannes Schindelin1-17/+25
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano1-1/+0
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-11-27i18n: factorize even more 'incompatible options' messagesRené Scharfe1-1/+2
2023-10-11merge: introduce {copy|clear}_merge_options()Junio C Hamano1-1/+3
2023-09-25merge-tree: add -X strategy optionTang Yuyi1-3/+15
2023-07-13merge-tree: mark unused parameter in traverse callbackJeff King1-1/+3
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-03surround %s with quotes when failed to lookup commitTeng Long1-1/+1
2023-05-15Merge branch 'ds/merge-tree-use-config'Junio C Hamano1-0/+3
2023-05-10merge-tree: load default git configDerrick Stolee1-0/+3
2023-04-24commit.h: reduce unnecessary includesElijah Newren1-0/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-7/+11
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-3/+6
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-3/+3
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+2
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2022-12-26Merge branch 'jk/unused-post-2.39'Junio C Hamano1-1/+1
2022-12-14Merge branch 'kz/merge-tree-merge-base'Junio C Hamano1-12/+53
2022-12-13diff: mark unused parameters in callbacksJeff King1-1/+1
2022-11-21{builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason1-1/+1
2022-11-12merge-tree.c: allow specifying the merge-base when --stdin is passedKyle Zhao1-2/+19