John Passaro <john.a.passaro@xxxxxxxxx> writes: >> From: John Passaro <john.a.passaro@xxxxxxxxx> >> >> Replace git-commit's callback for --trailer with the standard >> OPT_PASSTHRU_ARGV macro. The callback only adds its values to a strvec >> and sanity-checking that `unset` is always false; both of these are >> already implemented in the parse-option API. >> >> Signed-off-by: John Passaro <john.a.passaro@xxxxxxxxx> > > Looking over the patch series I notice that I left a grammar error in > this description, > if the patch makes it to the "next" branch I hope you can amend the > message first, > as follows: > > Replace git-commit's callback for --trailer with the standard > OPT_PASSTHRU_ARGV macro. The callback only adds its values to a strvec > and sanity-checks that `unset` is always false; both of these are > already implemented in the parse-option API. Thanks for stopping me before the topic got merged to 'next'. Amended.