|
|
|
|
|
by Cogito
2052 days ago
|
|
It's not git-flow, as all commits are rebased on top of master to make the history of master linear. It is one of the more standard workflows, and it's a concise overview of how the maintainer of curl does their job. For a more complex workflow, I recommend reading the notes from the maintainer of the git project [0]. 0: https://git.wiki.kernel.org/index.php/MaintNotes |
|
I fail to see how that is relevant. I mean, the only possible impact that has is if individual commits within a feature branch are recorded or not, which is arguably irrelevant. You wouldn't get a different workflow if instead of reading you simply did a squashed merge.
> It is one of the more standard workflows, and it's a concise overview of how the maintainer of curl does their job.
It's gitflow, and leaving out feature branch commits doesn't make a difference.