summaryrefslogtreecommitdiffstats
path: root/diagnose.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt2024-12-061-5/+3
* global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+1
* global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* dir.[ch]: add 'follow_symlink' arg to 'get_dtype'Victoria Dye2023-10-101-3/+3
* dir.[ch]: expose 'get_dtype'Victoria Dye2023-10-101-36/+0
* object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-101-1/+1
|\
| * treewide: remove cache.h inclusion due to previous changesElijah Newren2023-04-241-1/+1
* | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+2
|\|
| * write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren2023-03-211-0/+1
| * treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | Merge branch 'sg/parse-options-h-users'Junio C Hamano2023-03-301-0/+1
|\ \ | |/ |/|
| * treewide: include parse-options.h in source filesSZEDER Gábor2023-03-201-0/+1
* | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-1/+2
|\ \
| * | for_each_object: mark unused callback parametersJeff King2023-02-241-1/+2
| |/
* / cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
|/
* diagnose.c: refactor to safely use 'd_type'Victoria Dye2022-09-191-14/+56
* builtin/diagnose.c: add '--mode' optionVictoria Dye2022-08-121-0/+30
* diagnose.c: add option to configure archive contentsVictoria Dye2022-08-121-8/+31
* scalar-diagnose: move functionality to common locationVictoria Dye2022-08-121-0/+216