From: Dave Rolsky Date: Tue, 26 Oct 2010 20:16:39 +0000 (-0500) Subject: Mention refs/abandoned in contributing X-Git-Tag: 1.18~56 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=702e674455649945df8e7e662e7cb340cb3babe8;p=gitmo%2FMoose.git Mention refs/abandoned in contributing --- diff --git a/lib/Moose/Manual/Contributing.pod b/lib/Moose/Manual/Contributing.pod index dfe9271..fae4462 100644 --- a/lib/Moose/Manual/Contributing.pod +++ b/lib/Moose/Manual/Contributing.pod @@ -352,8 +352,9 @@ Merged branches should be deleted. Failed branches may be kept, but consider moving to refs/attic/ (e.g. http://danns.co.uk/node/295) to keep git branch -l current. -Any branch that could still realistically be merged in the future, even if it -hasn't had work recently, should not be archived. +Branches that have not been worked on for a long time will be moved to +refs/abandoned/ periodically, but feel free to move the branch back to +refs/topic/ if you want to start working on it again. =head1 TESTS, TESTS, TESTS