aboutsummaryrefslogtreecommitdiff
path: root/t/t7604-merge-custom-message.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-11-04 21:31:28 -0700
committerJunio C Hamano <gitster@pobox.com>2011-11-07 14:06:39 -0800
commit57b58db74c3272ac13d5d201ecedf6483b34cdfe (patch)
treeb530170fcf23a0ebd9a02e01ffb63c41d0a6b3fe /t/t7604-merge-custom-message.sh
parent7a2b128d13d880635e7317a9208cfa42a660f143 (diff)
downloadgit-57b58db74c3272ac13d5d201ecedf6483b34cdfe.tar.gz
git-57b58db74c3272ac13d5d201ecedf6483b34cdfe.tar.xz
merge: notice local merging of tags and keep it unwrapped
This also updates the autogenerated merge title message from "merge commit X" to "merge tag X", and its effect can be seen in the changes to the test suite. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7604-merge-custom-message.sh')
-rwxr-xr-xt/t7604-merge-custom-message.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7604-merge-custom-message.sh b/t/t7604-merge-custom-message.sh
index 9114785ef..89619cf44 100755
--- a/t/t7604-merge-custom-message.sh
+++ b/t/t7604-merge-custom-message.sh
@@ -11,7 +11,7 @@ create_merge_msgs() {
cp exp.subject exp.log &&
echo >>exp.log "" &&
- echo >>exp.log "* commit 'c2':" &&
+ echo >>exp.log "* tag 'c2':" &&
echo >>exp.log " c2"
}