node_mailer icon indicating copy to clipboard operation
node_mailer copied to clipboard

fix for issue #51

Open admanb opened this issue 14 years ago • 3 comments

credit to travisperson for the fix

admanb avatar Nov 07 '11 22:11 admanb

It looks like this patch also includes a conversion to jade instead of mustache. Be careful when merging ... just cherry-pick the 4699790 commit!

dobesv avatar Nov 14 '11 23:11 dobesv

Huh. I'm fairly new to github. When I created the pull request I hadn't added the jade conversion. I pushed that in later for my own purposes. Does it always add new commits to any open pull request? Is there any way to avoid that?

admanb avatar Nov 14 '11 23:11 admanb

Hi Adam,

I'm pretty new too. It seems like the pull request is tied to a branch so future commits to the branch are bundled into the request. If you create a separate branch for the pull request it should be good.

There might be a way to create a pull request from a specific commit or tag as well, but I haven't done it before and a quick Google doesn't turn anything up.

On Tue, Nov 15, 2011 at 7:38 AM, Adam Bloom < [email protected]

wrote:

Huh. I'm fairly new to github. When I created the pull request I hadn't added the jade conversion. I pushed that in later for my own purposes. Does it always add new commits to any open pull request? Is there any way to avoid that?


Reply to this email directly or view it on GitHub: https://github.com/Marak/node_mailer/pull/53#issuecomment-2738637

dobesv avatar Nov 14 '11 23:11 dobesv