aboutsummaryrefslogtreecommitdiff
path: root/rerere.c
AgeCommit message (Expand)Author
2026-03-27Merge branch 'jc/rerere-modern-strbuf-handling'Junio C Hamano
2026-03-19rerere: update to modern representation of empty strbufsJunio C Hamano
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt
2025-07-23config: drop `git_config_get_bool()` wrapperPatrick 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-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-04-15object-file: move `mkdir_in_gitdir()` into "path.c"Patrick Steinhardt
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano
2025-02-28path: drop `git_path()` in favor of `repo_git_path()`Patrick Steinhardt
2025-02-28rerere: let `rerere_path()` write paths into a caller-provided bufferPatrick Steinhardt
2025-01-31global: adapt callers to use generic hash context helpersPatrick Steinhardt
2025-01-31hash: stop typedeffing the hash contextPatrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano
2024-08-13config: pass repo to `git_config_get_expiry_in_days()`Patrick Steinhardt
2024-08-01builtin/rerere: fix various trivial memory leaksPatrick Steinhardt
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-11rerere: fix various trivial leaksPatrick Steinhardt
2024-04-23Merge branch 'mr/rerere-crash-fix'Junio C Hamano
2024-04-16rerere: fix crashes due to unmatched opening conflict markersMarcel Röthke
2024-02-14Merge branch 'js/check-null-from-read-object-file'Junio C Hamano
2024-02-06Always check the return value of `repo_read_object_file()`Johannes Schindelin
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-10-02Merge branch 'jc/unresolve-removal'Junio C Hamano
2023-08-04Merge branch 'jc/retire-get-sha1-hex'Junio C Hamano
2023-07-31checkout: allow "checkout -m path" to unmerge removed pathsJunio C Hamano
2023-07-24hex: retire get_sha1_hex()Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
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-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-04-24copy.h: move declarations for copy.c functions from cache.hElijah Newren
2023-04-11treewide: reduce includes of cache.h in other headersElijah Newren
2023-04-11object-file.h: move declarations for object-file.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-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path 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
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-02-02ll-merge: make callers responsible for showing warningsElijah Newren