From: Li Chen <redacted>
--keep-empty is the default these days so
we can drop that.
Signed-off-by: Li Chen <redacted>
---
t/t3440-rebase-trailer.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/t3440-rebase-trailer.sh b/t/t3440-rebase-trailer.sh
index e1a3d2e3eb..2315a0c86c 100755
--- a/t/t3440-rebase-trailer.sh
+++ b/t/t3440-rebase-trailer.sh
@@ -87,7 +87,7 @@ test_expect_success 'rebase --root --trailer updates every commit' '
create_expect initial-signed "Initial empty commit" &&
create_expect first-signed "first" &&
git checkout first &&
- git rebase --root --keep-empty \
+ git rebase --root \
--trailer "Reviewed-by: Dev <dev@example.com>" &&
test_commit_message HEAD first-signed &&
test_commit_message HEAD^ initial-signed
--
2.51.0