Commit b34eeea
sequencer: simplify adding Signed-off-by: trailer
Add the Signed-off-by: trailer in one place rather than adding it to
the message when doing a recursive merge and specifying '--signoff'
when running 'git commit'. This means that if there are conflicts when
merging with a strategy other than 'recursive' the Signed-off-by:
trailer will be added if the user commits the resolution themselves
without passing '--signoff' to 'git commit'. It also simplifies the
in-process commit that is about to be added to the sequencer.
Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>1 parent e47c6ca commit b34eeea
1 file changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
480 | | - | |
481 | | - | |
482 | | - | |
483 | 480 | | |
484 | 481 | | |
485 | 482 | | |
| |||
657 | 654 | | |
658 | 655 | | |
659 | 656 | | |
660 | | - | |
661 | | - | |
662 | 657 | | |
663 | 658 | | |
664 | 659 | | |
| |||
1347 | 1342 | | |
1348 | 1343 | | |
1349 | 1344 | | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
1350 | 1348 | | |
1351 | 1349 | | |
1352 | 1350 | | |
| |||
0 commit comments