From mboxrd@z Thu Jan 1 00:00:00 1970 From: jari.aalto@cante.net Subject: [PATCH] git-checkout.txt: order options alphabetically Date: Wed, 1 Dec 2010 20:05:33 +0200 Organization: Private Message-ID: <1291226733-17562-1-git-send-email-jari.aalto@cante.net> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: Jari Aalto To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Wed Dec 01 19:05:48 2010 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PNr3q-00080v-VL for gcvg-git-2@lo.gmane.org; Wed, 01 Dec 2010 19:05:47 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755808Ab0LASFh (ORCPT ); Wed, 1 Dec 2010 13:05:37 -0500 Received: from emh05.mail.saunalahti.fi ([62.142.5.111]:41383 "EHLO emh05.mail.saunalahti.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754600Ab0LASFg (ORCPT ); Wed, 1 Dec 2010 13:05:36 -0500 Received: from saunalahti-vams (vs3-12.mail.saunalahti.fi [62.142.5.96]) by emh05-2.mail.saunalahti.fi (Postfix) with SMTP id 3492C8C4DD for ; Wed, 1 Dec 2010 20:05:35 +0200 (EET) Received: from emh02.mail.saunalahti.fi ([62.142.5.108]) by vs3-12.mail.saunalahti.fi ([62.142.5.96]) with SMTP (gateway) id A0248B1EFB6; Wed, 01 Dec 2010 20:05:35 +0200 Received: from picasso.cante.net (a91-155-187-216.elisa-laajakaista.fi [91.155.187.216]) by emh02.mail.saunalahti.fi (Postfix) with ESMTP id 1AA382BD48 for ; Wed, 1 Dec 2010 20:05:33 +0200 (EET) Received: from [192.168.1.5] (helo=picasso.cante.net) by picasso.cante.net with esmtp (Exim 4.72) (envelope-from ) id 1PNr3d-0004Zg-B7; Wed, 01 Dec 2010 20:05:33 +0200 X-Mailer: git-send-email 1.7.2.3 X-SA-Exim-Connect-IP: 192.168.1.5 X-SA-Exim-Mail-From: jari.aalto@cante.net X-SA-Exim-Scanned: No (on picasso.cante.net); SAEximRunCond expanded to false X-Antivirus: VAMS Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: From: Jari Aalto Signed-off-by: Jari Aalto --- Documentation/git-checkout.txt | 121 ++++++++++++++++++++--------------= ------ 1 files changed, 60 insertions(+), 61 deletions(-) diff --git a/Documentation/git-checkout.txt b/Documentation/git-checkout.= txt index 880763d..5e7c870 100644 --- a/Documentation/git-checkout.txt +++ b/Documentation/git-checkout.txt @@ -64,23 +64,6 @@ file can be discarded to re-create the original confli= cted merge result. =20 OPTIONS ------- --q:: ---quiet:: - Quiet, suppress feedback messages. - --f:: ---force:: - When switching branches, proceed even if the index or the - working tree differs from HEAD. This is used to throw away - local changes. -+ -When checking out paths from the index, do not fail upon unmerged -entries; instead, unmerged entries are ignored. - ---ours:: ---theirs:: - When checking out paths from the index, check out stage #2 - ('ours') or #3 ('theirs') for unmerged paths. =20 -b:: Create a new branch named and start it at @@ -92,28 +75,53 @@ entries; instead, unmerged entries are ignored. equivalent to running "git branch" with "-f"; see linkgit:git-branch[1] for details. =20 --t:: ---track:: - When creating a new branch, set up "upstream" configuration. See - "--track" in linkgit:git-branch[1] for details. +--conflict=3D