林自均 <johnlinp@xxxxxxxxx> writes: > Hi Junio, > > John Lin via GitGitGadget <gitgitgadget@xxxxxxxxx> 於 2019年5月15日 週三 下午6:54寫道: >> >> From: John Lin <johnlinp@xxxxxxxxx> >> >> Before this patch, there is inconsistency between the status >> messages with hints and the ones without hints: there is an >> empty line between the title and the file list if hints are >> presented, but there isn't one if there are no hints. >> >> This patch remove the inconsistency by removing the empty >> lines even if hints are presented. > > I would like to ask for the final decision on this patch. Thank you. If I recall correctly, the test part of this patch conflicts badly with a topic in flight that splits 'checkout' into 'restore' and 'switch', which is a more important topic between the two. So if I must give _the final_ decision, then we need to drop this patch, but I'd rather not ;-) Doing this change on top of the switch/restore topic, once it stabilized more and graduated to 'master', would be the best course of action, I would think. Thanks.