summaryrefslogtreecommitdiff
path: root/fsck.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-01-07fsck: reject misconfigured fsck.skipListJustin Tobler
2024-12-04packfile: pass down repository to `for_each_packed_object`Karthik Nayak
2024-08-08builtin/refs: add verify subcommandshejialuo
2024-08-08fsck: add refs report functionshejialuo
2024-08-08fsck: add a unified interface for reporting fsck messagesshejialuo
2024-08-08fsck: make "fsck_error" callback genericshejialuo
2024-08-08fsck: rename objects-related fsck error functionsshejialuo
2024-08-08fsck: rename "skiplist" to "skip_oids"shejialuo
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano
2024-06-14oidset: pass hash algorithm when parsing filePatrick Steinhardt
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt
2024-06-06Merge branch 'ps/leakfixes'Junio C Hamano
2024-05-27config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt
2024-05-24Merge branch 'fixes/2.45.1/2.44' into jc/fix-2.45.1-and-friends-for-maintJunio C Hamano
2024-05-24Merge branch 'fixes/2.45.1/2.43' into fixes/2.45.1/2.44Junio C Hamano
2024-05-24Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43Junio C Hamano
2024-05-24Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42Junio C Hamano
2024-05-24Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41Junio C Hamano
2024-05-24Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40Junio C Hamano
2024-05-22Revert "fsck: warn about symlink pointing inside a gitdir"Junio C Hamano
2024-04-29Sync with 2.44.1Johannes Schindelin
2024-04-19Sync with 2.43.4Johannes Schindelin
2024-04-19Sync with 2.42.2Johannes Schindelin
2024-04-19Sync with 2.41.1Johannes Schindelin
2024-04-19Sync with 2.40.2Johannes Schindelin
2024-04-19Sync with 2.39.4Johannes Schindelin
2024-04-19fsck: warn about symlink pointing inside a gitdirJohannes Schindelin
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2024-02-08Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano
2024-01-26Merge branch 'vd/fsck-submodule-url-test'Junio C Hamano
2024-01-18submodule-config.h: move check_submodule_urlVictoria Dye
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-09fsck: handle NULL value when parsing message configJeff King
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman
2023-08-31fsck: detect very large tree pathnamesJeff King
2023-07-25Merge branch 'jk/unused-parameter'Junio C Hamano
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-13fsck: mark unused parameters in various fsck callbacksJeff King
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-06-28config: pass ctx with config filesGlen Choo
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren