You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2017/07/14 09:50:33 UTC

svn propchange: r1801877 - svn:log

Author: julianfoad
Revision: 1801877
Modified property: svn:log

Modified: svn:log at Fri Jul 14 09:50:33 2017
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Jul 14 09:50:33 2017
@@ -1,3 +1,6 @@
+On the 'shelve-checkpoint' branch: work around a diff output bug.
+
 * subversion/libsvn_client/shelve.c
-    Work around broken buffering that caused malformed output
-    such as patch headers appearing after the corresponding hunks.
+  (write_patch): Disable buffering of the output file, to work around broken
+    buffering that caused malformed output such as patch headers appearing
+    after the corresponding hunks.