summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6ec1626..f46f12d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
* Support for most features of the "diff --git" format: renames and copies,
- permission changes, symlink diffs. (Binary diffs are not supported yet;
- patch will complain and skip them.)
+ permission changes, symlink diffs. Caveats:
+ + Binary diffs are not supported yet; patch will complain and skip them.
+ + In the "diff --git" format, all the patches are relative to the original
+ state of the files to patch, allowing things like criss-cross renames.
+ GNU patch will currently fail for such patches.
* Support for double-quoted filenames: when a filename in a context diff
starts with a double quote, it is interpreted as a C string literal. The
escape sequences \\, \", \a, \b, \f, \n, \r, \t, \v, and \ooo (a three-digit