projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b91f8d
)
Add note about testing patches with debug build
author
Ryan Dahl
<ry@tinyclouds.org>
Mon, 1 Mar 2010 17:11:04 +0000
(09:11 -0800)
committer
Ryan Dahl
<ry@tinyclouds.org>
Mon, 1 Mar 2010 17:11:04 +0000
(09:11 -0800)
doc/index.html
patch
|
blob
|
history
diff --git
a/doc/index.html
b/doc/index.html
index d5f3661f3b2739b8b5ce93d5fcfa8933a33c6728..e28ae2e8d4374bde44709946d913d8612bf3e3ef 100644
(file)
--- a/
doc/index.html
+++ b/
doc/index.html
@@
-239,7
+239,9
@@
make install</pre>
<pre class="sh_none">
git clone git://github.com/ry/node.git
cd node
-# edit/compile/test
+(make your changes)
+./configure --debug
+make test-all # Check your patch with both debug and release builds
git commit -m "Good description of what your patch does"
git format-patch HEAD^
</pre>