diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-11-04 21:31:28 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-11-07 14:06:39 -0800 |
commit | 57b58db74c3272ac13d5d201ecedf6483b34cdfe (patch) | |
tree | b530170fcf23a0ebd9a02e01ffb63c41d0a6b3fe /t/t7604-merge-custom-message.sh | |
parent | 7a2b128d13d880635e7317a9208cfa42a660f143 (diff) | |
download | git-57b58db74c3272ac13d5d201ecedf6483b34cdfe.tar.gz |
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-x | t/t7604-merge-custom-message.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7604-merge-custom-message.sh b/t/t7604-merge-custom-message.sh index 9114785ef7..89619cf446 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" } |