]> sourceware.org Git - systemtap.git/commitdiff
HACKING git hints for emailed patches
authorFrank Ch. Eigler <fche@redhat.com>
Sat, 14 Feb 2015 00:54:32 +0000 (19:54 -0500)
committerFrank Ch. Eigler <fche@redhat.com>
Sat, 14 Feb 2015 00:55:26 +0000 (19:55 -0500)
HACKING

diff --git a/HACKING b/HACKING
index e12a4b9a2cc55080a5cda5cfeb3a3bf7590c9fe9..21deff1afa1280d599972adc411044f82b992e80 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -178,5 +178,7 @@ the <systemtap@sourceware.org> mailing list.
   # last minute rebuild; retest
   git rebase origin/master # clean git commit of merge history
   git diff origin/master # final visual check
-  git push # to the central one
-
+  
+    git push # to the central one, if you have access
+OR  git format-patch -s origin/master..
+        then email the resulting files to the mailing list
This page took 0.028701 seconds and 5 git commands to generate.