index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
diagnose.c
Age
Commit message (
Expand
)
Author
2025-07-01
odb: get rid of `the_repository` in `for_each()` functions
Patrick Steinhardt
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
2025-07-01
object-store: rename `object_directory` to `odb_source`
Patrick Steinhardt
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
2024-12-18
diagnose: stop using `the_repository`
Patrick Steinhardt
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2023-10-09
dir.[ch]: add 'follow_symlink' arg to 'get_dtype'
Victoria Dye
2023-10-09
dir.[ch]: expose 'get_dtype'
Victoria Dye
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
2023-04-24
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-03-30
Merge branch 'sg/parse-options-h-users'
Junio C Hamano
2023-03-21
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-20
treewide: include parse-options.h in source files
SZEDER Gábor
2023-03-17
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
2023-02-24
for_each_object: mark unused callback parameters
Jeff King
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2022-09-19
diagnose.c: refactor to safely use 'd_type'
Victoria Dye
2022-08-12
builtin/diagnose.c: add '--mode' option
Victoria Dye
2022-08-12
diagnose.c: add option to configure archive contents
Victoria Dye
2022-08-12
scalar-diagnose: move functionality to common location
Victoria Dye