<p>Thx George for correcting the commit dates.  The network graph looks much better.<br>
Its good to have the mcz name there too, but its a bit opaque having "only" the mcz name.<br>
So I have a suggestion to fine-tune that, basically merging the first three lines of the mcz-commit-message onto one line for the git-commit-message.  Shown here...<br>
<a target="_blank" rel="noopener noreferrer" href="https://user-images.githubusercontent.com/1713447/48874095-624d3980-ee2c-11e8-8d22-3cbb62bdfe02.png"><img src="https://user-images.githubusercontent.com/1713447/48874095-624d3980-ee2c-11e8-8d22-3cbb62bdfe02.png" alt="vmmaker-extra-comment" style="max-width:100%;"></a></p>
<p>You should be able to reproduce that by doing...</p>
<pre><code>$ git remote add ben  https://github.com/bencoman/opensmalltalk-vm.git
$ git fetch ben
$ git checkout -b ben/vmmaker-unmerged   # taken from this pull request
$ git branch vmmaker-comment-mod
$ git checkout vmmaker-comment-mod
$ git filter-branch -f --msg-filter /your/path/to/vmmaker-comment-mod.awk
</code></pre>
<p>where <strong>vmmaker-comment-mod.awk</strong> is...</p>
<pre><code>#!/usr/bin/awk -f
(NR==1) {printf "%s.mcz ", $0 ; next}
(NR==2) {printf "%s ", $0; next}
{print}
</code></pre>
<p>Adding the ".mcz" will make vmmaker more explicit after merging into the Cog mainline.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/308#issuecomment-440858113">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AhLyW108j2CpMMcvgT9C-xA8KPCv68LUks5uxetigaJpZM4YszJr">mute the thread</a>.<img src="https://github.com/notifications/beacon/AhLyW1i_aPBvyM5CUdTpbiOofNbzDhndks5uxetigaJpZM4YszJr.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/OpenSmalltalk/opensmalltalk-vm","title":"OpenSmalltalk/opensmalltalk-vm","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/OpenSmalltalk/opensmalltalk-vm"}},"updates":{"snippets":[{"icon":"PERSON","message":"@bencoman in #308: Thx George for correcting the commit dates.  The network graph looks much better.\r\nIts good to have the mcz name there too, but its a bit opaque having \"only\" the mcz name.  \r\nSo I have a suggestion to fine-tune that, basically merging the first three lines of the mcz-commit-message onto one line for the git-commit-message.  Shown here...\r\n![vmmaker-extra-comment](https://user-images.githubusercontent.com/1713447/48874095-624d3980-ee2c-11e8-8d22-3cbb62bdfe02.png)\r\n\r\nYou should be able to reproduce that by doing...\r\n```\r\n$ git remote add ben  https://github.com/bencoman/opensmalltalk-vm.git\r\n$ git fetch ben\r\n$ git checkout -b ben/vmmaker-unmerged   # taken from this pull request\r\n$ git branch vmmaker-comment-mod\r\n$ git checkout vmmaker-comment-mod\r\n$ git filter-branch -f --msg-filter /your/path/to/vmmaker-comment-mod.awk\r\n````\r\nwhere **vmmaker-comment-mod.awk** is...\r\n```\r\n#!/usr/bin/awk -f\r\n(NR==1) {printf \"%s.mcz \", $0 ; next}\r\n(NR==2) {printf \"%s \", $0; next}\r\n{print}\r\n```\r\nAdding the \".mcz\" will make vmmaker more explicit after merging into the Cog mainline."}],"action":{"name":"View Pull Request","url":"https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/308#issuecomment-440858113"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/308#issuecomment-440858113",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/308#issuecomment-440858113",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [OpenSmalltalk/opensmalltalk-vm] Pullrequest2/vmmaker (#308)",
"sections": [
{
"text": "",
"activityTitle": "**Ben Coman**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@bencoman",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"OpenSmalltalk/opensmalltalk-vm\",\n\"issueId\": 308,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"OpenSmalltalk/opensmalltalk-vm\",\n\"pullRequestId\": 308\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/308#issuecomment-440858113"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 414397035\n}"
}
],
"themeColor": "26292E"
}
]</script>