CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2017/12/20 14:08:06
Modified files: usr.bin/patch : pch.c Log message: Fix adding and removing files with git-style a/ b/ diffs: only skip six letters if they actually match "--- a/" and "+++ b/" instead of laxer checks. ok tom, tedu, millert