diff options
author | Rob Landley <rob@landley.net> | 2007-12-31 14:34:41 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-12-31 14:34:41 -0600 |
commit | 11586a93b54c4c87d7ee5023aa62c34406b9336a (patch) | |
tree | 0fccce357977480567211e94b6d9b69ea63dc149 /toys/Config.in | |
parent | 07c78d338b1adf0c3d32c3670f21e9b066d740da (diff) | |
download | toybox-11586a93b54c4c87d7ee5023aa62c34406b9336a.tar.gz |
Fix patch to use @@ values and match EOF when fewer trailing than starting
context lines.
Diffstat (limited to 'toys/Config.in')
-rw-r--r-- | toys/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |