aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2017-02-27 11:49:10 +0100
committerAndreas Schneider <asn@cryptomilk.org>2017-02-27 11:49:10 +0100
commite0fa48d2eded21ddc48502f6b4eb40ed2a4be2ce (patch)
treeae0487685a50faed777052b806405c78a0f47824
parent73e8277072315ec3d00c0e643fa804ed76d45e0f (diff)
downloadlibssh-e0fa48d2eded21ddc48502f6b4eb40ed2a4be2ce.tar.gz
libssh-e0fa48d2eded21ddc48502f6b4eb40ed2a4be2ce.tar.xz
libssh-e0fa48d2eded21ddc48502f6b4eb40ed2a4be2ce.zip
Update SubmittingPatches
-rw-r--r--SubmittingPatches6
1 files changed, 3 insertions, 3 deletions
diff --git a/SubmittingPatches b/SubmittingPatches
index 66b54e76..f7504ef2 100644
--- a/SubmittingPatches
+++ b/SubmittingPatches
@@ -1,9 +1,9 @@
How to contribute a patch to libssh
====================================
-Simple, just make the code change, and email it as either a "diff -u"
-change, or as a "git format-patch" change against the original source
-code to libssh@libssh.org, or attach it to a bug report at
+Please checkout the libssh source code using git. Change the code and then
+use "git format-patch" to create a patch. The patch should be signed (see
+below) and send it to libssh@libssh.org, or attach it to a bug report at
https://red.libssh.org/
For larger code changes, breaking the changes up into a set of simple