summaryrefslogtreecommitdiff
path: root/notes-merge.c
AgeCommit message (Expand)Author
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-04-15object-file: split up concerns of `HASH_*` flagsPatrick Steinhardt
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt
2025-02-28path: drop `git_path()` in favor of `repo_git_path()`Patrick Steinhardt
2025-02-07path: drop `git_path_buf()` in favor of `repo_git_path_replace()`Patrick Steinhardt
2025-02-07path: drop `git_pathdup()` in favor of `repo_git_path()`Patrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt
2024-06-11commit: fix leaking parents when calling `commit_tree_extended()`Patrick Steinhardt
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-02-29commit-reach(repo_get_merge_bases): pass on "missing commits" errorsJohannes Schindelin
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21merge-ll: rename from ll-mergeElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-04-11treewide: remove cache.h inclusion due to object-file.h changesElijah Newren
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on advice.hElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.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-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
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-03-17misc *.c: use designated initializers for struct assignmentsÆvar Arnfjörð Bjarmason
2022-02-25Merge branch 'ab/diff-free-more'Junio C Hamano
2022-02-16diff.[ch]: have diff_free() call clear_pathspec(opts.pathspec)Ævar Arnfjörð Bjarmason
2022-02-02ll-merge: make callers responsible for showing warningsElijah Newren
2021-08-25advice: remove read uses of most global `advice_` variablesBen Boeckel
2021-05-20Merge branch 'en/dir-traversal'Junio C Hamano
2021-05-13dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren
2021-05-11Merge branch 'js/merge-already-up-to-date-message-reword'Junio C Hamano
2021-05-03merge(s): apply consistent punctuation to "up to date" messagesEric Sunshine
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson
2021-03-13use CALLOC_ARRAYRené Scharfe
2019-04-01notes-merge: switch to use the_hash_algobrian m. carlson
2019-01-14notes-utils.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-11-12notes-merge.c: remove implicit dependency the_repositoryNguyễn Thái Ngọc Duy
2018-11-12notes-merge.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-09-21sha1-file.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy