You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2011/08/17 15:08:45 UTC

svn propchange: r1158491 - svn:log

Author: cmpilato
Revision: 1158491
Modified property: svn:log

Modified: svn:log at Wed Aug 17 13:08:45 2011
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Aug 17 13:08:45 2011
@@ -1,6 +1,6 @@
 Follow-up to r1157292.
 Optimize obtaining moved-to and moved-from for status by querying per-dir
-where possible (suggested by: rhujiben). The original patch is modified so
+where possible (suggested by: rhuijben). The original patch is modified so
 that the status structs for nodes return moved-* information *only* on the
 roots of a move, and *not* on their moved-along children. (I had intended to
 return these on all moved nodes, but that does not perform well at all.)