Thread (33 messages) 33 messages, 2 authors, 2025-11-04
STALE241d
Revisions (2)
  1. v4 [diff vs current]
  2. v5 current

[PATCH v5 26/29] t3440: convert ex.com to example.com

From: Li Chen <hidden>
Date: 2025-10-22 05:44:45
Subsystem: the rest · Maintainer: Linus Torvalds

From: Li Chen <redacted>

Lets use example.com here rather than some
random domain that might actually exist.

Signed-off-by: Li Chen <redacted>
---
 t/t3440-rebase-trailer.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/t/t3440-rebase-trailer.sh b/t/t3440-rebase-trailer.sh
index bed6955001..bea98d08c6 100755
--- a/t/t3440-rebase-trailer.sh
+++ b/t/t3440-rebase-trailer.sh
@@ -73,13 +73,13 @@ test_expect_success 'CLI trailer duplicates allowed; replace policy keeps last'
 
 test_expect_success 'multiple Signed-off-by trailers all preserved' '
 	git rebase -m \
-			--trailer "Signed-off-by: Dev A <a@ex.com>" \
-			--trailer "Signed-off-by: Dev B <b@ex.com>" HEAD~1 third &&
+			--trailer "Signed-off-by: Dev A <a@example.com>" \
+			--trailer "Signed-off-by: Dev B <b@example.com>" HEAD~1 third &&
 	cat >expect <<-\EOF &&
 	third
 
-	Signed-off-by: Dev A <a@ex.com>
-	Signed-off-by: Dev B <b@ex.com>
+	Signed-off-by: Dev A <a@example.com>
+	Signed-off-by: Dev B <b@example.com>
 	EOF
 	test_commit_message HEAD expect
 '
-- 
2.51.0
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help