• Show log

    Commit

  • Hash : 11de594f
    Author : Denis Laxalde
    Date : 2019-10-16T22:11:33

    patch_parse: handle patches without extended headers
    
    Extended header lines (especially the "index <hash>..<hash> <mode>") are
    not required by "git apply" so it import patches. So we allow the
    from-file/to-file lines (--- a/file\n+++ b/file) to directly follow the
    git diff header.
    
    This fixes #5267.