summary refs log tree commit diff
path: root/builtin/bugreport.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-27hook-list.h: add a generated list of hooks, like config-list.hÆvar Arnfjörð Bjarmason1-36/+8
2021-09-27hook.c: add a hook_exists() wrapper and use it in bugreport.cEmily Shaffer1-1/+1
2021-09-27hook.[ch]: move find_hook() from run-command.c to hook.cÆvar Arnfjörð Bjarmason1-1/+1
2021-08-25use xopen() to handle fatal open(2) failuresRené Scharfe1-4/+1
2021-04-28builtin/bugreport: don't leak prefixed filenameAndrzej Hunt1-3/+5
2020-12-01builtin/bugreport.c: use thread-safe localtime_r()Taylor Blau1-1/+2
2020-09-03Merge branch 'jk/slimmed-down'Junio C Hamano1-0/+194
2020-08-13make git-bugreport a builtinJeff King1-0/+196