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
/
builtin
/
diagnose.c
Age
Commit message (
Expand
)
Author
2025-04-15
object-file: move `safe_create_leading_directories()` into "path.c"
Patrick Steinhardt
2024-12-18
diagnose: stop using `the_repository`
Patrick Steinhardt
2024-09-13
builtin: remove USE_THE_REPOSITORY for those without the_repository
John Cai
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2022-10-28
Merge branch 'ab/doc-synopsis-and-cmd-usage'
Junio C Hamano
2022-10-13
doc txt & -h consistency: correct padding around "[]()"
Ævar Arnfjörð Bjarmason
2022-10-13
doc txt & -h consistency: fix incorrect alternates syntax
Ævar Arnfjörð Bjarmason
2022-10-13
doc txt & -h consistency: word-wrap
Ævar Arnfjörð Bjarmason
2022-09-21
builtin/diagnose.c: don't translate the two mode values
Alex Henrie
2022-08-12
builtin/diagnose.c: add '--mode' option
Victoria Dye
2022-08-12
builtin/diagnose.c: create 'git diagnose' builtin
Victoria Dye