aboutsummaryrefslogtreecommitdiff
path: root/builtin/fsck.c
AgeCommit message (Expand)Author
6 daysMerge branch 'ps/odb-cleanup'Junio C Hamano
14 daysodb: rename `odb_has_object()` flagsPatrick Steinhardt
2026-03-23builtin/fsck: stop using `the_repository` in error reportingPatrick Steinhardt
2026-03-23builtin/fsck: stop using `the_repository` when marking objectsPatrick Steinhardt
2026-03-23builtin/fsck: stop using `the_repository` when checking packed objectsPatrick Steinhardt
2026-03-23builtin/fsck: stop using `the_repository` with loose objectsPatrick Steinhardt
2026-03-23builtin/fsck: stop using `the_repository` when checking reflogsPatrick Steinhardt
2026-03-23builtin/fsck: stop using `the_repository` when checking refsPatrick Steinhardt
2026-03-23builtin/fsck: stop using `the_repository` when snapshotting refsPatrick Steinhardt
2026-03-23builtin/fsck: fix trivial dependence on `the_repository`Patrick Steinhardt
2026-03-23fsck: store repository in fsck optionsPatrick Steinhardt
2026-03-23fsck: initialize fsck options via a functionPatrick Steinhardt
2026-03-09Merge branch 'ps/refs-for-each'Junio C Hamano
2026-03-04Merge branch 'pw/no-more-NULL-means-current-worktree'Junio C Hamano
2026-03-02Merge branch 'ps/object-info-bits-cleanup'Junio C Hamano
2026-03-02Merge branch 'ps/odb-for-each-object'Junio C Hamano
2026-02-23refs: replace `refs_for_each_rawref()`Patrick Steinhardt
2026-02-19path: remove repository argument from worktree_git_path()Phillip Wood
2026-02-12builtin/fsck: fix flags passed to `odb_has_object()`Patrick Steinhardt
2026-01-26builtin/fsck: refactor to use `odb_for_each_object()`Patrick Steinhardt
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