index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
bugreport.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-15
object-file: move `safe_create_leading_directories()` into "path.c"
Patrick Steinhardt
1
-2
/
+2
2025-02-27
Merge branch 'ua/os-version-capability'
Junio C Hamano
1
-11
/
+2
2025-02-18
version: extend get_uname_info() to hide system details
Usman Akinyemi
1
-1
/
+1
2025-02-18
version: refactor get_uname_info()
Usman Akinyemi
1
-11
/
+2
2024-12-18
diagnose: stop using `the_repository`
Patrick Steinhardt
1
-1
/
+1
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-0
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-08-13
hooks: remove implicit dependency on `the_repository`
Patrick Steinhardt
1
-1
/
+1
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
1
-1
/
+1
2024-03-16
bugreport.c: fix a crash in `git bugreport` with `--no-suffix` option
Jiamu Sun
1
-3
/
+7
2023-10-29
bugreport: reject positional arguments
Emily Shaffer
1
-0
/
+5
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
1
-1
/
+0
2023-04-11
editor: move editor-related functions and declarations into common file
Elijah Newren
1
-0
/
+1
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
1
-1
/
+1
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2022-11-21
built-ins: use free() not UNLEAK() if trivial, rm dead code
Ævar Arnfjörð Bjarmason
1
-3
/
+6
2022-10-13
doc txt & -h consistency: fix mismatching labels
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-10-13
doc txt & -h consistency: correct padding around "[]()"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-10-13
doc txt & -h consistency: balance unbalanced "[" and "]"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-10-13
doc txt & -h consistency: fix incorrect alternates syntax
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-10-13
doc txt & -h consistency: word-wrap
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2022-08-12
builtin/bugreport.c: create '--diagnose' option
Victoria Dye
1
-3
/
+24
2021-09-27
hook-list.h: add a generated list of hooks, like config-list.h
Ævar Arnfjörð Bjarmason
1
-36
/
+8
2021-09-27
hook.c: add a hook_exists() wrapper and use it in bugreport.c
Emily Shaffer
1
-1
/
+1
2021-09-27
hook.[ch]: move find_hook() from run-command.c to hook.c
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-08-25
use xopen() to handle fatal open(2) failures
René Scharfe
1
-4
/
+1
2021-04-28
builtin/bugreport: don't leak prefixed filename
Andrzej Hunt
1
-3
/
+5
2020-12-01
builtin/bugreport.c: use thread-safe localtime_r()
Taylor Blau
1
-1
/
+2
2020-09-03
Merge branch 'jk/slimmed-down'
Junio C Hamano
1
-0
/
+194
2020-08-13
make git-bugreport a builtin
Jeff King
1
-0
/
+196