Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: > FWIW I disagree with the idea that a tiny built-in command like > `bugreport` would "bloat" the main `git` binary. > > In contrast, I think that stand-alone commands _do_ bloat. Look here: I probably should have clarified that "bloat" in the context of this discussion is not about on-disk space. It is about resources needed to run "git status/diff/etc" that are everyday local commands that are expected to be lightweight, i.e. the same criteria applied when making the networking part (which the user expects to be coffee time) separate from them.