You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some projects such as nginx use a single mailing list to track patches from multiple branches, they use mercurial so figuring out the branch is just a matter of parsing some #-comments in the patch comment.
git doesn't seem to have an immediate way to figure it out though, commonly some [marker] is used.
Open questions:
Do we want to consider them separate projects and change just the parser
Do we want to have the concept of subproject/branch as an ORM object and change the UI accordingly?
I'd start simple and consider each branch a stand-alone project.
The text was updated successfully, but these errors were encountered:
Some projects such as nginx use a single mailing list to track patches from multiple branches, they use mercurial so figuring out the branch is just a matter of parsing some
#
-comments in the patch comment.git doesn't seem to have an immediate way to figure it out though, commonly some
[marker]
is used.Open questions:
I'd start simple and consider each branch a stand-alone project.
The text was updated successfully, but these errors were encountered: