[PATCH] Correct repository to test against

Smylers Smylers at stripey.com
Fri Oct 26 15:53:18 BST 2012


Suggest to test patches against the master branch for this project, not
against the git source.
---
 docs/doc-src/HACKING.rst |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/doc-src/HACKING.rst b/docs/doc-src/HACKING.rst
index 9192458..4d9c051 100644
--- a/docs/doc-src/HACKING.rst
+++ b/docs/doc-src/HACKING.rst
@@ -467,10 +467,9 @@ One test you could do yourself if your MUA is set up correctly is:
 * Save that patch to a file in UNIX mailbox format.  Call it say
   a.patch.
 
-* Try to apply to the tip of the "master" branch from the
-  git.git public repository::
+* Try to apply to the tip of the "master" branch from the public repository::
 
-    $ git fetch http://kernel.org/pub/scm/git/git.git master:test-apply
+    $ git fetch https://github.com/OfflineIMAP/offlineimap.git master:test-apply
     $ git checkout test-apply
     $ git reset --hard
     $ git am a.patch
-- 
1.7.10.4





More information about the OfflineIMAP-project mailing list