=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/pch.c,v retrieving revision 1.57 retrieving revision 1.58 diff -c -r1.57 -r1.58 *** src/usr.bin/patch/pch.c 2017/05/26 20:27:02 1.57 --- src/usr.bin/patch/pch.c 2017/05/30 06:55:40 1.58 *************** *** 1,4 **** ! /* $OpenBSD: pch.c,v 1.57 2017/05/26 20:27:02 tedu Exp $ */ /* * patch - a program to apply diffs to original files --- 1,4 ---- ! /* $OpenBSD: pch.c,v 1.58 2017/05/30 06:55:40 florian Exp $ */ /* * patch - a program to apply diffs to original files *************** *** 327,333 **** free(revision); revision = NULL; } ! } else if (strnEQ(s, "diff --git ", 11)) piece_of_git = 1; if ((!diff_type || diff_type == ED_DIFF) && first_command_line >= 0 && --- 327,333 ---- free(revision); revision = NULL; } ! } else if (strnEQ(s, "diff --git a/", 13)) piece_of_git = 1; if ((!diff_type || diff_type == ED_DIFF) && first_command_line >= 0 &&