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 06e0608 commit 7a15b11Copy full SHA for 7a15b11
t/t2200-rebase.sh
@@ -36,4 +36,11 @@ test_expect_success 'Check patches were re-applied' '
36
test $(stg series --applied -c) = 1
37
'
38
39
+test_expect_success 'Rebase to same base message' '
40
+ stg rebase master 2>out &&
41
+ grep "info: Rebasing to .*(master)" out &&
42
43
+ grep "info: Already based on .*(master)" out
44
+'
45
+
46
test_done
0 commit comments