Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 3/3] zsh-development-guide: add a missing 'to'
- X-seq: zsh-workers 31031
- From: Wieland Hoffmann <themineo@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH 3/3] zsh-development-guide: add a missing 'to'
- Date: Tue, 5 Feb 2013 18:44:30 +0100
- 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==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
---
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author