emilyshaffer@xxxxxxxxxx writes: > From: Emily Shaffer <emilyshaffer@xxxxxxxxxx> > > The number of unpacked objects in a user's repository may help us > understand the root of the problem they're seeing, especially if a > command is running unusually slowly. > > Helped-by: Johannes Schindelin <Johannes.Schindelin@xxxxxx> > Signed-off-by: Emily Shaffer <emilyshaffer@xxxxxxxxxx> > --- > The refactor removed much of the code Dscho suggested; and yet it > remains true that he helped me while developing this commit (although > his suggestions didn't survive). Shall I leave the Helped-by line or > remove it? You two collectively thought about viable alternatives and decided to reject what was not wanted in the final result, and not having that rejected code was good for the project, right? If so, I would say it still is the help that deserves recognition. After all, making the result better by removing things is harder than by adding things ;-) > bugreport.c | 46 ++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 46 insertions(+) > ... The patch text looked sensible.