Commit b61810bf1ff1007bc0a5d8e47362a735f2ff1f0b

Denis Laxalde 2019-09-28T15:52:25

patch_parse: handle patches with new empty files Patches containing additions of empty files will not contain diff data but will end with the index header line followed by the terminating sequence "-- ". We follow the same logic as in cc4c44a and allow "-- " to immediately follow the index header.