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
With stgit.autosign configured, duplicate Signed-off-by trailers would
added when refreshing a patch. In the Python implementation, the
stgit.autosign configuration only affected `stg new` and `stg import`, so
the fix is to use that same policy.
N.B. also considered was to use the --if-exists=addIfDifferent option with
`git interpret-trailers`. This option would work to avoid duplicate
trailers, but may still cause trailers to be added unexpectedly when
running commands such as `stg refresh`, `stg edit`, `stg pick`, etc.
Fixes: #227
0 commit comments