From mboxrd@z Thu Jan 1 00:00:00 1970 From: dkr+ml.git@free.fr Subject: [PATCH] Documentation/git-remote.txt: remove description for useless -n option Date: Sun, 8 Jun 2008 14:22:52 +0200 Message-ID: <1212927772-10006-1-git-send-email-dkr+ml.git@free.fr> References: <484B2DD3.8050307@free.fr> Cc: Olivier Marin To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Sun Jun 08 14:23:37 2008 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 1K5Jvs-0008PG-78 for gcvg-git-2@gmane.org; Sun, 08 Jun 2008 14:23:36 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761771AbYFHMWm (ORCPT ); Sun, 8 Jun 2008 08:22:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1761796AbYFHMWm (ORCPT ); Sun, 8 Jun 2008 08:22:42 -0400 Received: from smtp2-g19.free.fr ([212.27.42.28]:52538 "EHLO smtp2-g19.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761704AbYFHMWm (ORCPT ); Sun, 8 Jun 2008 08:22:42 -0400 Received: from smtp2-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp2-g19.free.fr (Postfix) with ESMTP id EEEB412B6F0; Sun, 8 Jun 2008 14:22:40 +0200 (CEST) Received: from localhost.localdomain (hhe95-1-82-225-56-14.fbx.proxad.net [82.225.56.14]) by smtp2-g19.free.fr (Postfix) with ESMTP id C035712B6B9; Sun, 8 Jun 2008 14:22:40 +0200 (CEST) X-Mailer: git-send-email 1.5.6.rc2.160.ga44ac In-Reply-To: <484B2DD3.8050307@free.fr> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: From: Olivier Marin This option comes from the original git-remote.perl script and is not used nor needed in the current builtin. So, remove it from the documentation so that we can reuse it later for something else. Signed-off-by: Olivier Marin --- My MUA destroyed the previous patch! Sorry. Documentation/git-remote.txt | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt index e97dc09..e51d232 100644 --- a/Documentation/git-remote.txt +++ b/Documentation/git-remote.txt @@ -61,9 +61,6 @@ configuration settings for the remote are removed. 'show':: Gives some information about the remote . -+ -With `-n` option, the remote heads are not queried first with -`git ls-remote `; cached information is used instead. 'prune':: @@ -71,10 +68,6 @@ Deletes all stale tracking branches under . These stale branches have already been removed from the remote repository referenced by , but are still locally available in "remotes/". -+ -With `-n` option, the remote heads are not confirmed first with `git -ls-remote `; cached information is used instead. Use with -caution. 'update':: -- 1.5.6.rc2.160.ga44ac