On 2019.10.24 19:51, Emily Shaffer wrote: [snip] > diff --git a/bugreport.h b/bugreport.h > index 942a5436e3..09ad0c2599 100644 > --- a/bugreport.h > +++ b/bugreport.h > @@ -18,3 +18,9 @@ void get_whitelisted_config(struct strbuf *sys_info); > * contents of hook_info will be discarded. > */ > void get_populated_hooks(struct strbuf *hook_info); > + > +/** > + * Adds the output of `git count-object -vH`. The previous contents of hook_info > + * will be discarded. > + */ > +void get_loose_object_summary(struct strbuf *obj_info); Looks like a copy/paste typo here, shouldn't "hook_info" be "obj_info" in the comment?