git-series

Track changes to a patch series over time with Git

brewmacoslinux
Try with needOr install directly
Source

About

Track changes to a patch series over time

Commands

git-series

Examples

Initialize a new patch series for tracking$ git series start my-feature
Record the current state of patches in the series$ git series record -m 'Add new feature implementation'
View the history of changes to your patch series$ git series log