summaryrefslogtreecommitdiff
path: root/tests.branching/merge.script
diff options
context:
space:
mode:
Diffstat (limited to 'tests.branching/merge.script')
-rwxr-xr-xtests.branching/merge.script8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests.branching/merge.script b/tests.branching/merge.script
index 7c433519..d8a28cb3 100755
--- a/tests.branching/merge.script
+++ b/tests.branching/merge.script
@@ -48,3 +48,11 @@ git status --short # make sure all changes are committed
# Make sure all refs to the merged branch have gone.
cd ../baserock:morphs
! grep "\"ref\": \"baserock/newbranch\"" *.morph
+
+echo "Commit message for baserock:morphs"
+git cat-file commit HEAD | tail -n 1
+
+echo
+echo "Commit message for baserock:hello"
+cd ../baserock:hello
+git cat-file commit HEAD | tail -n 1