aboutsummaryrefslogtreecommitdiff
path: root/t/t3404-rebase-interactive.sh
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2007-09-30 00:34:23 +0100
committerJunio C Hamano <gitster@pobox.com>2007-09-29 23:16:08 -0700
commit81ab1cb43a872fc527b26388bc7e781c816d723b (patch)
tree7783e1e06b25876f8b93b434bcae2ffbaa9c000b /t/t3404-rebase-interactive.sh
parent6a6eb3d09fcbfae41978fb5223ae03e2d103968b (diff)
downloadgit-81ab1cb43a872fc527b26388bc7e781c816d723b.tar.gz
git-81ab1cb43a872fc527b26388bc7e781c816d723b.tar.xz
rebase -i: squash should retain the authorship of the _first_ commit
It was determined on the mailing list, that it makes more sense for a "squash" to keep the author of the first commit as the author for the result of the squash. Make it so. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3404-rebase-interactive.sh')
-rwxr-xr-xt/t3404-rebase-interactive.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3404-rebase-interactive.sh b/t/t3404-rebase-interactive.sh
index 718c9c1fa..6c92d6119 100755
--- a/t/t3404-rebase-interactive.sh
+++ b/t/t3404-rebase-interactive.sh
@@ -180,7 +180,7 @@ test_expect_success 'squash' '
'
test_expect_success 'retain authorship when squashing' '
- git show HEAD | grep "^Author: Nitfol"
+ git show HEAD | grep "^Author: Twerp Snog"
'
test_expect_success 'preserve merges with -p' '