Jakub Narebski <jnareb@xxxxxxxxx> writes: > Always set 'from_file' and 'to_file' keys when parsing raw diff output > format line, even if filename didn't change (file was not renamed). > This allows for simpler code (and no problems with file named '0'). > > Use > $diffinfo->{'from_file'} > instead of > $diffinfo->{'from_file'} || $diffinfo->{'file'} > from now on. Isn't this description the other way around? - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html