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
[WIP] feat: add reply w/ Reviewed-by to subset of patches
Draft commit to implement the possibility to only reply to a subset of
patches from a patchset with the `Reviewed-by` tag. Previously, it was
only possible to reply to every patch in the series.
Now, hitting the lowercase `r` key results in the current patch being
(un)staged to be replied with the tag, whilst hitting the uppercase `R`
key results in all patches being (un)staged. Beside the button "[x]
reviewed-by" in the "Actions" tab there is a display of the number of
the patches that are staged in gray, e.g., if the patches 1, 2, and
7 are staged, the button will look like
```
[x] reviewed-by (1,2,7)
```
This commit maybe will need to broken in two or more commit, but will
probably need some refactoring. The user experience must be reviewed and
I can't say for sure if I am not complicating the implementation
unnecessarily, as I had to introduce considerable changes (maybe a bad
smell of the project quality...).
Closes: #78
Signed-off-by: David Tadokoro <[email protected]>
0 commit comments