On 19/02/20 20:19, Junio C Hamano wrote: >> - enum resume_mode resume = RESUME_FALSE; >> + struct resume_mode resume = { . mode = RESUME_FALSE }; > I do not think it makes a difference to compilers, but it seems that > existing code spells this without SP between dot and the field name. Yes, it's a typo. Paolo