diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-01-10 23:16:37 +0100 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-01-10 23:18:10 +0100 |
commit | 27fc8979d004884cf9ce246f8d21d546b18e3003 (patch) | |
tree | 03f2fa09b85801e12735ee405cf4caa6fdb923e8 /HACKING | |
parent | ca307a408e036aab9eaf086cc2792929419ede1b (diff) | |
download | automake-27fc8979d004884cf9ce246f8d21d546b18e3003.tar.gz |
HACKING: rewindable branches should live in the 'experimental/*' namespace
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -131,9 +131,12 @@ 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 |