summaryrefslogtreecommitdiffstats
path: root/fsck.c
AgeCommit message (Expand)AuthorLines
2026-03-23fsck: drop USE_THE_REPOSITORYPatrick Steinhardt-15/+13
2026-03-23fsck: store repository in fsck optionsPatrick Steinhardt-0/+3
2026-03-23fsck: initialize fsck options via a functionPatrick Steinhardt-0/+45
2026-02-05global: constify some pointers that are not written toCollin Funk-1/+1
2026-01-21Merge branch 'rs/tree-wo-the-repository'Junio C Hamano-1/+1
2026-01-12fsck: drop unused fields from `struct fsck_ref_report`Patrick Steinhardt-5/+0
2026-01-09cocci: convert parse_tree functions to repo_ variantsRené Scharfe-1/+1
2025-12-29tag: support arbitrary repositories in parse_tag()René Scharfe-1/+1
2025-12-05Merge branch 'ps/object-source-management'Junio C Hamano-0/+6
2025-12-05Merge branch 'jc/optional-path'Junio C Hamano-5/+7
2025-11-30Merge branch 'jk/asan-bonanza'Junio C Hamano-21/+50
2025-11-25builtin/index-pack: fix deferred fsck outside reposPatrick Steinhardt-0/+6
2025-11-24config: really treat missing optional path as not configuredJunio C Hamano-5/+7
2025-11-18fsck: avoid parse_timestamp() on buffer that isn't NUL-terminatedJeff King-4/+19
2025-11-18fsck: remove redundant date timestamp checkJeff King-1/+1
2025-11-18fsck: avoid strcspn() in fsck_ident()Jeff King-10/+22
2025-11-18fsck: assert newline presence in fsck_ident()Jeff King-7/+9
2025-10-09fsck: consider gpgsig headers expected in tagsbrian m. carlson-0/+18
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt-0/+1
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt-1/+1
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt-1/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt-1/+1
2025-01-07fsck: reject misconfigured fsck.skipListJustin Tobler-1/+1
2024-12-04packfile: pass down repository to `for_each_packed_object`Karthik Nayak-1/+1
2024-08-08builtin/refs: add verify subcommandshejialuo-0/+11
2024-08-08fsck: add refs report functionshejialuo-0/+39
2024-08-08fsck: add a unified interface for reporting fsck messagesshejialuo-14/+30
2024-08-08fsck: make "fsck_error" callback genericshejialuo-10/+16
2024-08-08fsck: rename objects-related fsck error functionsshejialuo-8/+9
2024-08-08fsck: rename "skiplist" to "skip_oids"shejialuo-2/+2
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano-1/+4
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano-1/+1
2024-06-14oidset: pass hash algorithm when parsing filePatrick Steinhardt-1/+2
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt-0/+2
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt-1/+1
2024-06-06Merge branch 'ps/leakfixes'Junio C Hamano-2/+2
2024-05-27config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt-2/+2
2024-05-24Merge branch 'fixes/2.45.1/2.44' into jc/fix-2.45.1-and-friends-for-maintJunio C Hamano-56/+0
2024-05-24Merge branch 'fixes/2.45.1/2.43' into fixes/2.45.1/2.44Junio C Hamano-56/+0
2024-05-24Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43Junio C Hamano-56/+0
2024-05-24Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42Junio C Hamano-56/+0
2024-05-24Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41Junio C Hamano-56/+0
2024-05-24Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40Junio C Hamano-56/+0
2024-05-22Revert "fsck: warn about symlink pointing inside a gitdir"Junio C Hamano-56/+0
2024-04-29Sync with 2.44.1Johannes Schindelin-0/+56
2024-04-19Sync with 2.43.4Johannes Schindelin-0/+56
2024-04-19Sync with 2.42.2Johannes Schindelin-0/+56
2024-04-19Sync with 2.41.1Johannes Schindelin-0/+56
2024-04-19Sync with 2.40.2Johannes Schindelin-0/+56
2024-04-19Sync with 2.39.4Johannes Schindelin-0/+56