From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22147 invoked by alias); 5 Feb 2013 18:46:30 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 31031 Received: (qmail 6625 invoked from network); 5 Feb 2013 18:46:26 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID,T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.214.52 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:subject:date:message-id:x-mailer; bh=rPsiMi2nHgBkKS87rxUt5/5N09Ly6JGoXAVBsUpiqLA=; b=02sV6gUbDlff6KW8a+hK8heoVlNcnJs+3++WdIFq1c9CTZFfmdOqRoGag++YofgMFa GULPJD5y14nBFJuf0MwUpzndOtfVL5nwYU6D30bKUowsIrI+fM3mpnGJ5z6LO+fWNg4A IbHSvah2l4qS3TR2rna9Odgv2JJaVGbSJahVhjSHpBpODIDzXyW8E0rDE3oDpzeqJrZU 722XXhflR03xazLx68dPMzyGjGXt33Cok78QF2ZshVbBTRQDs9y5Snej35Y+w2Exe8DK FK9IrmVDgv3JjA/eCGV6neMjLFJwkh4mXSpkhypo93thGmyOJSJFyCFpp45YIVWOKlnR u58g== X-Received: by 10.204.8.219 with SMTP id i27mr6991810bki.21.1360086287737; Tue, 05 Feb 2013 09:44:47 -0800 (PST) From: Wieland Hoffmann To: zsh-workers@zsh.org Subject: [PATCH 3/3] zsh-development-guide: add a missing 'to' Date: Tue, 5 Feb 2013 18:44:30 +0100 Message-Id: <1360086270-13944-3-git-send-email-themineo@gmail.com> X-Mailer: git-send-email 1.8.1.2 --- Etc/zsh-development-guide | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Etc/zsh-development-guide b/Etc/zsh-development-guide index e7d7385..e4ac1ba 100644 --- a/Etc/zsh-development-guide +++ b/Etc/zsh-development-guide @@ -67,7 +67,7 @@ Git Workflow * Do not merge your private feature branches onto the master branch: a linear history without merge commits is simpler to follow (and to bisect). Both "git cherry-pick" and "git merge --ff-only" can be used - bring changes over to another branch without a merge commit. + to bring changes over to another branch without a merge commit. * It is often useful to regularly check in changes while prototyping a solution on a private branch. When finished, it is better to deliver a -- 1.8.1.2