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.
1 parent 95b7a41 commit 7c6eafaCopy full SHA for 7c6eafa
t/t3415-rebase-autosquash.sh
@@ -26,7 +26,7 @@ test_auto_fixup() {
26
echo 1 >file1 &&
27
git add -u &&
28
test_tick &&
29
- git commit -m "fixup! first"
+ git commit -m "fixup! first" &&
30
31
git tag $1 &&
32
@@ -55,7 +55,7 @@ test_auto_squash() {
55
56
57
58
- git commit -m "squash! first"
+ git commit -m "squash! first" &&
59
60
61
@@ -84,7 +84,7 @@ test_expect_success 'misspelled auto squash' '
84
85
86
87
- git commit -m "squash! forst"
+ git commit -m "squash! forst" &&
88
git tag final-missquash &&
89
90
git rebase --autosquash -i HEAD^^^ &&
0 commit comments