abhinav / git-spice

Manage stacked Git branches
https://abhinav.github.io/git-spice/
GNU General Public License v3.0
220 stars 11 forks source link

submit: detect navigation comment in imported CRs #359

Closed abhinav closed 1 month ago

abhinav commented 1 month ago

When importing CRs not currently known to git-spice, detect any stack navigation comments on the CR and import them as well.

To reduce risk of hijacking unknown comments, the comments must have both the following pieces:

The latter is new and placed at the bottom of stack navigation comments starting this version.

If both pieces are present, and we have permission to edit that comment, the comment is imported into the data store and updated as needed.

Resolves #325

abhinav commented 1 month ago

This change is part of the following stack:

Change managed by git-spice.

abhinav commented 1 month ago

New docs:

image