mricon / b4

Tool to help with email-based patch workflows
GNU General Public License v2.0
59 stars 20 forks source link

Regression handling trailers with parenthesis at the end #10

Open GwenTheKween opened 10 months ago

GwenTheKween commented 10 months ago

The GDB project is looking at consistently using git trailers, and when some patch is acked, we'd like to be able to record on the trailer itself which part was acked or approved, like so:

Acked-by: John Doe <john@doe.com> (Documentation)
Acked-by: Jane Smith <jane@smith.com> (gdbserver)
Approved-by: Jeremy James <jeremy@james.com>

This works fine on my machine, with b4 0.10.2, but someone on the IRC reported that b4 0.12.3 drops the trailing parenthesis. Could this be looked into?