aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/fsck.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-16packfile: introduce macro to iterate through packsPatrick Steinhardt1-9/+6
2025-09-24packfile: refactor `get_all_packs()` to work on packfile storePatrick Steinhardt1-4/+7
2025-08-21Merge branch 'ps/remote-rename-fix'Junio C Hamano1-5/+4
2025-08-06refs: pass refname when invoking reflog entry callbackPatrick Steinhardt1-5/+4
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano1-7/+9
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-07-16object-file: get rid of `the_repository` in `read_loose_object()`Patrick Steinhardt1-1/+1
2025-07-16object-file: get rid of `the_repository` in loose object iteratorsPatrick Steinhardt1-6/+8
2025-07-01odb: rename `has_object()`Patrick Steinhardt1-1/+1
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt1-3/+4
2025-07-01odb: get rid of `the_repository` when handling alternatesPatrick Steinhardt1-3/+3
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt1-7/+7
2025-05-16fsck: stop using object_info->type_name strbufJeff King1-11/+2
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt1-1/+1
2025-04-08Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanupJunio C Hamano1-3/+3
2025-03-26Merge branch 'sj/ref-consistency-checks-more'Junio C Hamano1-1/+32
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt1-1/+1
2025-03-10object: stop depending on `the_repository`Patrick Steinhardt1-2/+2
2025-02-27builtin/fsck: add `git refs verify` child processshejialuo1-1/+32
2025-02-07worktree: return allocated string from `get_worktree_git_dir()`Patrick Steinhardt1-2/+6
2025-02-07path: drop `git_pathdup()` in favor of `repo_git_path()`Patrick Steinhardt1-1/+1
2024-12-18progress: stop using `the_repository`Patrick Steinhardt1-4/+8
2024-12-04packfile: pass down repository to `for_each_packed_object`Karthik Nayak1-7/+11
2024-12-04packfile: pass down repository to `has_object[_kept]_pack`Karthik Nayak1-1/+1
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-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-1/+1
2024-08-16Merge branch 'sj/ref-fsck'Junio C Hamano1-7/+10
2024-08-13path: stop relying on `the_repository` in `worktree_git_path()`Patrick Steinhardt1-1/+1
2024-08-09refs: add referent to each_ref_fnJohn Cai1-2/+2
2024-08-08fsck: make "fsck_error" callback genericshejialuo1-2/+5
2024-08-08fsck: rename objects-related fsck error functionsshejialuo1-7/+7
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-3/+8
2024-02-21refs: drop unused params from the reflog iterator callbackPatrick Steinhardt1-3/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-2/+0
2023-08-19fsck: use enum object_type for fsck_walk callbackJeff King1-1/+1
2023-07-25Merge branch 'jk/unused-parameter'Junio C Hamano1-5/+5
2023-07-18Merge branch 'tb/fsck-no-progress'Junio C Hamano1-0/+8
2023-07-13fsck: mark unused parameters in various fsck callbacksJeff King1-5/+5
2023-07-10fsck: suppress MIDX output with `--no-progress`Taylor Blau1-0/+4
2023-07-10fsck: suppress commit-graph output with `--no-progress`Taylor Blau1-0/+4
2023-07-08Merge branch 'jk/fsck-indices-in-worktrees'Junio C Hamano1-2/+2
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano1-2/+4
2023-06-29fsck: avoid misleading variable nameEric Sunshine1-2/+2
2023-06-22Merge branch 'ds/disable-replace-refs'Junio C Hamano1-1/+1
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1