diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-10-04 10:14:06 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-10-04 10:14:07 -0700 |
| commit | b9b995e37160c69d0fd711c6d6f059432cbb937d (patch) | |
| tree | 7bdabebb5c37776c81f8db30980c136767e4145b /Documentation | |
| parent | 441e0df980c90f29f2f6ec12ce482b96b89fcfe5 (diff) | |
| parent | 9c4c84090180b04b46ee0514acadf90f48598f6d (diff) | |
| download | git-b9b995e37160c69d0fd711c6d6f059432cbb937d.tar.xz | |
Merge branch 'jc/doc-discarding-stalled-topics'
Document that inactive topics are subject to be discarded.
* jc/doc-discarding-stalled-topics:
howto-maintain-git: discarding inactive topics
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/howto/maintain-git.txt | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/Documentation/howto/maintain-git.txt b/Documentation/howto/maintain-git.txt index da31332f11..e797b32522 100644 --- a/Documentation/howto/maintain-git.txt +++ b/Documentation/howto/maintain-git.txt @@ -67,7 +67,22 @@ the mailing list after each feature release is made: before getting merged to 'master'. - 'seen' branch is used to publish other proposed changes that do - not yet pass the criteria set for 'next' (see above). + not yet pass the criteria set for 'next' (see above), but there + is no promise that 'seen' will contain everything. A topic that + had no reviewer reaction may not be picked up. + + - A new topic will first get merged to 'seen', unless it is + trivially correct and clearly urgent, in which case it may be + directly merged to 'next' or even to 'master'. + + - If a topic that was picked up to 'seen' becomes and stays + inactive for 3 calendar weeks without having seen a clear + consensus that it is good enough to be moved to 'next', the + topic may be discarded from 'seen'. Interested parties are + still free to revive the topic. For the purpose of this + guideline, the definition of being "inactive" is that nobody + has discussed the topic, no new iteration of the topic was + posted, and no responses to the review comments were given. - The tips of 'master' and 'maint' branches will not be rewound to allow people to build their own customization on top of them. |
