From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael J Gruber Subject: [PATCH] Typo and language fixes for git-checkout.txt Date: Tue, 10 Mar 2009 16:06:30 +0100 Message-ID: <1236697590-7728-1-git-send-email-git@drmicha.warpmail.net> Cc: Junio C Hamano To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Tue Mar 10 16:10:25 2009 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1Lh3ZU-0002Go-Ej for gcvg-git-2@gmane.org; Tue, 10 Mar 2009 16:08:44 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755115AbZCJPGp (ORCPT ); Tue, 10 Mar 2009 11:06:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754848AbZCJPGp (ORCPT ); Tue, 10 Mar 2009 11:06:45 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:42233 "EHLO out1.smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754188AbZCJPGo (ORCPT ); Tue, 10 Mar 2009 11:06:44 -0400 Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 5109C2EE28D; Tue, 10 Mar 2009 11:06:42 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 10 Mar 2009 11:06:42 -0400 X-Sasl-enc: xyD42R2pq1xoIeFjK4xb6wfoGCcgxTom2eO4r9qBlwyu 1236697601 Received: from localhost (whitehead.math.tu-clausthal.de [139.174.44.12]) by mail.messagingengine.com (Postfix) with ESMTPSA id 79267165C1; Tue, 10 Mar 2009 11:06:41 -0400 (EDT) X-Mailer: git-send-email 1.6.2 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Signed-off-by: Michael J Gruber --- Documentation/git-checkout.txt | 33 ++++++++++++++++----------------- 1 files changed, 16 insertions(+), 17 deletions(-) A few fixes for typos and speakos. I tried to be lenient, not enforcing a different writing style esp. w.r.t. punctuation. In the hunk about --track guess work without -b I removed the unfortunate term "remote system" which isn't used anywhere else (and is incorrect). diff --git a/Documentation/git-checkout.txt b/Documentation/git-checkout.txt index 3bccffa..125d8f3 100644 --- a/Documentation/git-checkout.txt +++ b/Documentation/git-checkout.txt @@ -8,7 +8,7 @@ git-checkout - Checkout a branch or paths to the working tree SYNOPSIS -------- [verse] -'git checkout' [-q] [-f] [--track | --no-track] [-b [-l]] [-m] [] +'git checkout' [-q] [-f] [-t | --track | --no-track] [-b [-l]] [-m] [] 'git checkout' [-f|--ours|--theirs|-m|--conflict=