From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Horst H. von Brand" Subject: [PATCH] Fix formatting of Documentation/git-clone.txt Date: Fri, 09 Jun 2006 22:15:09 -0400 Message-ID: <11499057091977-git-send-email-vonbrand@inf.utfsm.cl> Reply-To: "Horst H. von Brand" Cc: git@vger.kernel.org X-From: git-owner@vger.kernel.org Sat Jun 10 04:15:34 2006 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fot0V-0005go-G4 for gcvg-git@gmane.org; Sat, 10 Jun 2006 04:15:23 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751456AbWFJCPU (ORCPT ); Fri, 9 Jun 2006 22:15:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751467AbWFJCPU (ORCPT ); Fri, 9 Jun 2006 22:15:20 -0400 Received: from inti.inf.utfsm.cl ([200.1.21.155]:56786 "EHLO inti.inf.utfsm.cl") by vger.kernel.org with ESMTP id S1751456AbWFJCPU (ORCPT ); Fri, 9 Jun 2006 22:15:20 -0400 Received: from laptop11.inf.utfsm.cl (pc-192-170-104-200.cm.vtr.net [200.104.170.192]) by inti.inf.utfsm.cl (8.13.1/8.13.1) with ESMTP id k5A2FBrd026084 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 9 Jun 2006 22:15:11 -0400 Received: from laptop11.inf.utfsm.cl (localhost.localdomain [127.0.0.1]) by laptop11.inf.utfsm.cl (8.13.6/8.13.6) with ESMTP id k5A2FAfo005080 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 9 Jun 2006 22:15:11 -0400 Received: (from vonbrand@localhost) by laptop11.inf.utfsm.cl (8.13.6/8.13.6/Submit) id k5A2F9uU005079; Fri, 9 Jun 2006 22:15:09 -0400 To: Junio C Hamano X-Mailer: git-send-email 1.4.0.rc2.g7612 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (inti.inf.utfsm.cl [200.1.19.1]); Fri, 09 Jun 2006 22:15:12 -0400 (CLT) X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on inti.inf.utfsm.cl X-Virus-Status: Clean Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Signed-off-by: Horst H. von Brand --- Documentation/git-clone.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 7572e4b..a90521e 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -95,8 +95,8 @@ OPTIONS defined default, typically `/usr/share/git-core/templates`. --use-separate-remote:: - Save remotes heads under `$GIT_DIR/remotes/origin/' instead - of `$GIT_DIR/refs/heads/'. Only the master branch is saved + Save remotes heads under `$GIT_DIR/remotes/origin/` instead + of `$GIT_DIR/refs/heads/`. Only the master branch is saved in the latter. :: -- 1.4.0.rc2.g7612