From 11586a93b54c4c87d7ee5023aa62c34406b9336a Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 31 Dec 2007 14:34:41 -0600 Subject: Fix patch to use @@ values and match EOF when fewer trailing than starting context lines. --- toys/Config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'toys/Config.in') diff --git a/toys/Config.in b/toys/Config.in index d743bc95..267bcd46 100644 --- a/toys/Config.in +++ b/toys/Config.in @@ -286,6 +286,9 @@ config PATCH -R Reverse patch. -u Ignored (only handles "unified" diffs) + If a hunk fails to apply to a file, patch discards all changes to + that file and prints the failed hunk to stderr. + config PWD bool "pwd" default y -- cgit v1.2.3