Add trailers with `git interpret-trailers`
commit4b3f2513c0e9106267f14b80c38af096920aac1a
authorPeter Grayson <pete@jpgrayson.net>
Mon, 10 Feb 2020 22:31:06 +0000 (10 17:31 -0500)
committerPeter Grayson <pete@jpgrayson.net>
Mon, 2 Mar 2020 04:15:30 +0000 (1 23:15 -0500)
treed9338e8ac9bb24897742ef4e7ba8e5879bad6882
parent7401e5467deb788d067f20b8500d8a5083898a22
Add trailers with `git interpret-trailers`

The `git interpret-trailers` command has been available since git 2.2.0
(Nov. 2014). Stgit now uses this command to modify trailers, such as
"Signed-off-by: ...".

Signed-off-by: Peter Grayson <pete@jpgrayson.net>
stgit/commands/common.py
stgit/lib/edit.py
stgit/utils.py