Allow adding multiple trailers at once
commitec255542220359556e36699f11dabd5d97485239
authorPeter Grayson <pete@jpgrayson.net>
Mon, 20 Sep 2021 00:56:12 +0000 (19 20:56 -0400)
committerPeter Grayson <pete@jpgrayson.net>
Mon, 20 Sep 2021 03:41:11 +0000 (19 23:41 -0400)
treed83b77a2b87de4f7c96d3ebf3a03fca0ca5a14ca
parentb61eb8b6a4cfba94bf4e8dfbc7b17b24ec255cbc
Allow adding multiple trailers at once

Combinations of --sign, --ack, and --review are now allowed on a single
command line. The heavy lift is done by git-interpret-trailers(1).

Signed-off-by: Peter Grayson <pete@jpgrayson.net>
stgit/argparse.py
stgit/commands/common.py
stgit/commands/edit.py
stgit/commands/imprt.py
stgit/commands/new.py
stgit/commands/refresh.py
stgit/lib/edit.py
stgit/utils.py
t/t3304-edit-trailers.sh