From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff King Subject: [PATCH 4/5] doc/checkout: split checkout and branch creation in synopsis Date: Mon, 13 Apr 2009 07:19:33 -0400 Message-ID: <20090413111933.GD15982@coredump.intra.peff.net> References: <20090413110947.GA15647@coredump.intra.peff.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: Mark Levedahl , git@vger.kernel.org To: Junio C Hamano X-From: git-owner@vger.kernel.org Mon Apr 13 13:21:09 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 1LtKDt-0001JL-5X for gcvg-git-2@gmane.org; Mon, 13 Apr 2009 13:21:09 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753881AbZDMLTg (ORCPT ); Mon, 13 Apr 2009 07:19:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753832AbZDMLTf (ORCPT ); Mon, 13 Apr 2009 07:19:35 -0400 Received: from peff.net ([208.65.91.99]:43506 "EHLO peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753716AbZDMLTf (ORCPT ); Mon, 13 Apr 2009 07:19:35 -0400 Received: (qmail 31792 invoked by uid 107); 13 Apr 2009 11:19:38 -0000 Received: from Unknown (HELO coredump.intra.peff.net) (10.0.0.130) by peff.net (qpsmtpd/0.40) with (AES128-SHA encrypted) SMTP; Mon, 13 Apr 2009 07:19:38 -0400 Received: by coredump.intra.peff.net (sSMTP sendmail emulation); Mon, 13 Apr 2009 07:19:33 -0400 Content-Disposition: inline In-Reply-To: <20090413110947.GA15647@coredump.intra.peff.net> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: These can really be thought of as two different modes, since the "" parameter is treated differently in the two (in one it is the branch to be checked out, but in the other it is really a start-point for branch creation). Signed-off-by: Jeff King --- This was the actual goal of the series. :) Documentation/git-checkout.txt | 40 ++++++++++++++++++++++------------------ 1 files changed, 22 insertions(+), 18 deletions(-) diff --git a/Documentation/git-checkout.txt b/Documentation/git-checkout.txt index 22ad10d..4a1fb53 100644 --- a/Documentation/git-checkout.txt +++ b/Documentation/git-checkout.txt @@ -8,23 +8,22 @@ git-checkout - Checkout a branch or paths to the working tree SYNOPSIS -------- [verse] -'git checkout' [-q] [-f] [-m] [-b ] [] +'git checkout' [-q] [-f] [-m] [] +'git checkout' [-q] [-f] [-m] [-b ] [] 'git checkout' [-f|--ours|--theirs|-m|--conflict=