-
Notifications
You must be signed in to change notification settings - Fork 121
Closed
Labels
Work In ProgressPR's that are in progressPR's that are in progress
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 testI think it might be something we might want to add here, in node, or mention it in the README
Tiriel
Metadata
Metadata
Assignees
Labels
Work In ProgressPR's that are in progressPR's that are in progress