commit 13cfc96365853c01cc8457b33890eb86e2c2e019 from: Stefan Sperling via: Thomas Adam date: Sat Jun 21 09:24:15 2025 UTC remove an obvious comment; expected output already shows "+0000" i.e. UTC commit - dd1da84ce9969ee259bfe16d87d3f3359778409b commit + 13cfc96365853c01cc8457b33890eb86e2c2e019 blob - 98d40ea3754215fd3024137b6c6a860b8d17eca8 blob + 9f0583702fec7fd21cec01b31fcca93fd9841ce5 --- regress/cmdline/rebase.sh +++ regress/cmdline/rebase.sh @@ -1050,7 +1050,6 @@ test_rebase_preserves_author_data() { (cd $testroot/wt && got cat $new_commit1 $new_commit2 | \ grep '^author ' > $testroot/author_data) - # note: got deliberately clobbers the timezone to UTC, so expect that ed -s $testroot/author_data.expected <<-EOF ,s/ [+-][0-9]\{4\}\$/ +0000/ w