summaryrefslogtreecommitdiff
path: root/builtin/fsck.c
AgeCommit message (Expand)Author
2026-01-21Merge branch 'ps/ref-consistency-checks'Junio C Hamano
2026-01-12builtin/fsck: drop `fsck_head_link()`Patrick Steinhardt
2026-01-12builtin/fsck: move generic HEAD check into `refs_fsck()`Patrick Steinhardt
2026-01-12builtin/fsck: move generic object ID checks into `refs_fsck()`Patrick Steinhardt
2026-01-09fsck: snapshot default refs before object walkElijah Newren
2025-12-16Merge branch 'ps/object-read-stream'Junio C Hamano
2025-11-23streaming: move into object database subsystemPatrick Steinhardt
2025-11-23streaming: get rid of `the_repository`Patrick Steinhardt
2025-11-19Merge branch 'ps/ref-peeled-tags'Junio C Hamano
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt
2025-10-16packfile: introduce macro to iterate through packsPatrick Steinhardt
2025-09-24packfile: refactor `get_all_packs()` to work on packfile storePatrick Steinhardt
2025-08-21Merge branch 'ps/remote-rename-fix'Junio C Hamano
2025-08-06refs: pass refname when invoking reflog entry callbackPatrick Steinhardt
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-07-16object-file: get rid of `the_repository` in `read_loose_object()`Patrick Steinhardt
2025-07-16object-file: get rid of `the_repository` in loose object iteratorsPatrick Steinhardt
2025-07-01odb: rename `has_object()`Patrick Steinhardt
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt
2025-07-01odb: get rid of `the_repository` when handling alternatesPatrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt
2025-05-16fsck: stop using object_info->type_name strbufJeff King
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt
2025-04-08Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanupJunio C Hamano
2025-03-26Merge branch 'sj/ref-consistency-checks-more'Junio C Hamano
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt
2025-03-10object: stop depending on `the_repository`Patrick Steinhardt
2025-02-27builtin/fsck: add `git refs verify` child processshejialuo
2025-02-07worktree: return allocated string from `get_worktree_git_dir()`Patrick Steinhardt
2025-02-07path: drop `git_pathdup()` in favor of `repo_git_path()`Patrick Steinhardt
2024-12-18progress: stop using `the_repository`Patrick Steinhardt
2024-12-04packfile: pass down repository to `for_each_packed_object`Karthik Nayak
2024-12-04packfile: pass down repository to `has_object[_kept]_pack`Karthik Nayak
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-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano
2024-08-16Merge branch 'sj/ref-fsck'Junio C Hamano
2024-08-13path: stop relying on `the_repository` in `worktree_git_path()`Patrick Steinhardt
2024-08-09refs: add referent to each_ref_fnJohn Cai
2024-08-08fsck: make "fsck_error" callback genericshejialuo
2024-08-08fsck: rename objects-related fsck error functionsshejialuo
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-02-21refs: drop unused params from the reflog iterator callbackPatrick Steinhardt
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-08-19fsck: use enum object_type for fsck_walk callbackJeff King
2023-07-25Merge branch 'jk/unused-parameter'Junio C Hamano