Closed
Description
I wrote this:
#! /bin/bash
set -x
set -e
curl -L https://github.com/nodejs/node/pull/$1.patch | git am --whitespace=fix
get-metadata $1 -f msg.txt
echo -e "$(git show -s --format=%B)\n\n$(cat msg.txt)" > msg.txt
git commit --amend -F msg.txt
git show -s --format=%B
./configure
make -j4 test
I think it might be something we might want to add here, in node, or mention it in the README