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