On Tue, 2017-07-11 at 09:03 -0700, Junio C Hamano wrote: > But does it even be useful to enable it? The commented out "git > status" output already lists the modified paths, so I do not think > anything is gained by adding 'diff --cached --name-status' there. The script *doesn't* add the output of "diff --cached --name-status" near the status output. It adds it above the first comment and of course in an uncommented form. So, should we remove it (diff --cached --name-status) altogether?