builtin/am: fold am_signoff() into am_append_signoff()
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sat, 15 Apr 2017 13:15:22 +0000 (15:15 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Tue, 18 Apr 2017 07:43:30 +0000 (09:43 +0200)
commit49f164634ab500d5eb398e5d50f5ace10133a5e4
tree2631d5c8a5f30637f19ccc71b1e313c6dbbaa624
parent1732fa0f95772c46eb2c0366c99a04ae7a762ca0
builtin/am: fold am_signoff() into am_append_signoff()

There are no more direct calls to am_signoff(), so we can fold its
logic  in am_append_signoff().

(This is done in a separate commit rather than in the previous one, to
make it easier to revert this specific change if additional calls are
ever introduced.)

Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
builtin/am.c