From 387b482cfda56405a4e47447bf4b41dab74088fd Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 12 Mar 2007 17:38:32 +0000 Subject: [PATCH] Clarify that commits should not be split arbitrarily by file/directory. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22529 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/svn-howto.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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