Lines Matching full:patches
3208 Fix svn-apply to match svn-unapply to recognize added files in 'git diff' patches.
5947 Bug 19975: [OpenBSD] Patches to enable build of WebKit
9803 Make svn-apply/svn-unapply work with patches from git-format-patch.
10946 * Scripts/resolve-ChangeLogs: Handle traditional rejected patches.
13713 Make svn-apply and svn-unapply work with added files in git-diff formatted patches.
13837 Make svn-apply and svn-unapply work with git-diff formatted patches.
18371 (handleBinaryChange($$)): Binary patches don't need a trailing newline after the base64
18665 svn-create-patch creates duplicate patches for files within an added/modified directory
19118 * Scripts/svn-apply: Identify copied files and handle those before all other patches.
19119 * Scripts/svn-create-patch: Generate patches with subtle changes for copied files.
19126 * Scripts/svn-unapply: Identify copied files and handle those after unapplying all other patches.
20965 Teach svn-create-patch and friends to fix ChangeLog patches
21119 svn-apply should set ChangeLog date correctly when applying patches
21817 * Scripts/svn-apply: Updated to use base64-encoded text for binary files when applying patches.
21818 * Scripts/svn-create-patch: Updated to include binary file content as base64-encoded text in patches.
21819 * Scripts/svn-unapply: Updated to recognize binary files when unapplying patches.
21837 * Scripts/svn-apply: Fixed to apply ChangeLog patches without failing.
22898 Script now works (after landing my two pending patches).
24506 * Scripts/cvs-apply: Fix to not garble patches that are mix of cvs-style and
24507 non-cvs-generated patches. Anders has been creating these, so it's bad that
24982 * Scripts/cvs-apply: Improve handling of patches with CR characters in them.
25078 cvs-create-patch is for making patches; runs cvs diff with all the right options and handles added/deleted files
25079 cvs-apply is for applying patches; runs patch and cvs add and cvs rm
25080 cvs-unapply is for unapplying patches; does the opposite of cvs-apply