summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/tech/svn-howto.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/DOCS/tech/svn-howto.txt b/DOCS/tech/svn-howto.txt
index 7fff9dffa5..5724f2cc9b 100644
--- a/DOCS/tech/svn-howto.txt
+++ b/DOCS/tech/svn-howto.txt
@@ -237,7 +237,8 @@ II. POLICY / RULES:
3. Do not commit unrelated changes together, split them into self-contained
- pieces.
+ pieces, but not smaller. Do not split commits by files or directories,
+ keep related changes together.
4. Do not change behavior of the program (renaming options etc) or