• Show log

    Commit

  • Hash : cc4c44a9
    Author : Patrick Steinhardt
    Date : 2017-09-01T09:37:05

    patch_parse: fix parsing patches only containing exact renames Patches which contain exact renames only will not contain an actual diff body, but only a list of files that were renamed. Thus, the patch header is immediately followed by the terminating sequence "-- ". We currently do not recognize this character sequence as a possible terminating sequence. Add it and create a test to catch the failure.