summaryrefslogtreecommitdiffstats
path: root/diagnose.c
AgeCommit message (Expand)AuthorLines
2025-07-01odb: get rid of `the_repository` in `for_each()` functionsPatrick Steinhardt-1/+1
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt-1/+1
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt-4/+4
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt-1/+1
2024-12-18diagnose: stop using `the_repository`Patrick Steinhardt-7/+8
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt-5/+3
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+1
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt-0/+2
2023-10-09dir.[ch]: add 'follow_symlink' arg to 'get_dtype'Victoria Dye-3/+3
2023-10-09dir.[ch]: expose 'get_dtype'Victoria Dye-36/+0
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren-1/+1
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano-1/+1
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren-1/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano-0/+2
2023-03-30Merge branch 'sg/parse-options-h-users'Junio C Hamano-0/+1
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+1
2023-03-20treewide: include parse-options.h in source filesSZEDER Gábor-0/+1
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano-1/+2
2023-02-24for_each_object: mark unused callback parametersJeff King-1/+2
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren-0/+1
2022-09-19diagnose.c: refactor to safely use 'd_type'Victoria Dye-14/+56
2022-08-12builtin/diagnose.c: add '--mode' optionVictoria Dye-0/+30
2022-08-12diagnose.c: add option to configure archive contentsVictoria Dye-8/+31
2022-08-12scalar-diagnose: move functionality to common locationVictoria Dye-0/+216