]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
HACKING: rewindable branches should live in the 'experimental/*' namespace
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 10 Jan 2013 22:16:37 +0000 (23:16 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 10 Jan 2013 22:18:10 +0000 (23:18 +0100)
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
HACKING

diff --git a/HACKING b/HACKING
index 0ff1eef272439f7b29ed299b5dac841c176994f5..d8ee634b189e9561c54e76e11f8fa4736d8bcdc2 100644 (file)
--- a/HACKING
+++ b/HACKING
   merged even when they don't appear early in the list.
 
 * The 'master' and 'maint' branches should not be rewound, i.e., should
-  always fast-forward, except maybe for privacy issues.  For 'next' (if
-  that will ever be implemented), and for feature branches, the announcement
-  for the branch should document rewinding policy.
+  always fast-forward, except maybe for privacy issues.  For 'next'
+  (if that will ever be implemented), and for feature branches, the
+  announcement for the branch should document rewinding policy.  If a
+  topic branch is expected to be rewound, it is good practice to put
+  it in the 'experimental/*' namespace; for example, a rewindable branch
+  dealing with Vala support could be named like "experimental/vala-work".
 
 ============================================================================
 = Writing a good commit message