We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa1b86e + e041d07 commit 7caf4cfCopy full SHA for 7caf4cf
t/t4150-am.sh
@@ -77,14 +77,12 @@ test_expect_success 'setup: messages' '
77
78
printf "Subject: " >subject-prefix &&
79
80
- cat - subject-prefix msg-without-scissors-line >msg-with-scissors-line <<-\EOF &&
+ cat - subject-prefix msg-without-scissors-line >msg-with-scissors-line <<-\EOF
81
This line should not be included in the commit message with --scissors enabled.
82
83
- - >8 - - remove everything above this line - - >8 - -
84
85
EOF
86
-
87
- signoff="Signed-off-by: $GIT_COMMITTER_NAME <$GIT_COMMITTER_EMAIL>"
88
'
89
90
test_expect_success setup '
0 commit comments