From patchwork Wed May 15 22:47:07 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philip Oakley X-Patchwork-Id: 10945419 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 78E9713AD for ; Wed, 15 May 2019 22:47:23 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 68BF4286DA for ; Wed, 15 May 2019 22:47:23 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5D5892874A; Wed, 15 May 2019 22:47:23 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1498D286DA for ; Wed, 15 May 2019 22:47:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726461AbfEOWrS (ORCPT ); Wed, 15 May 2019 18:47:18 -0400 Received: from smtp-out-4.talktalk.net ([62.24.135.68]:43076 "EHLO smtp-out-4.talktalk.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726188AbfEOWrS (ORCPT ); Wed, 15 May 2019 18:47:18 -0400 Received: from localhost.localdomain ([92.1.197.142]) by smtp.talktalk.net with SMTP id R2g6hewKCnuQZR2g6h9y9F; Wed, 15 May 2019 23:47:15 +0100 X-Originating-IP: [92.1.197.142] X-Spam: 0 X-OAuthority: v=2.3 cv=echDgIMH c=1 sm=1 tr=0 a=gH7h/AuSNjzKVpz8AWYPeg==:117 a=gH7h/AuSNjzKVpz8AWYPeg==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=anyJmfQTAAAA:8 a=7pA6vvupLKy4YpLXynMA:9 a=YJ_ntbLOlx1v6PCnmBeL:22 a=pHzHmUro8NiASowvMSCR:22 a=n87TN5wuljxrRezIQYnT:22 From: Philip Oakley To: Git List Cc: Jeff King , Junio C Hamano , Johannes Schindelin , Duy Nguyen , Emily Shaffer , Eric Sunshine Subject: [PATCH v3 0/2] accessing the git(1) help page Date: Wed, 15 May 2019 23:47:07 +0100 Message-Id: <20190515224709.2936-1-philipoakley@iee.org> X-Mailer: git-send-email 2.21.0.windows.1.1517.gbad5f960a3.dirty In-Reply-To: References: MIME-Version: 1.0 X-CMAE-Envelope: MS4wfMCsYxDjuBtD9s5EbjAW/V1TAxEMlUFESAYMT8i2Wi1RuNAQ+36ea6vfKWx+nc0C7dukot1TuIoM2C95cRvkLwk0HlOaokrpmvqslRC9ifPoZGwLX+8p Jyjl/xEU7Q+8jNH2lXa/476kLiS8P2TTjngbzAr1yS5aooKF1jwausQwjBuvmXyUP+X/bUj6RU3fH+pmamG6EATwhP4wSdNERUoLYYSTzvL8cTQHaHt3Gl7R j0xK8Y5UHpXt/VuEuVhemLPwu9dODUiL/P6zUD+Sd8AD6IRXzFD+Z8oE0+SZDGE42nMRpEuRNfn7Qa7YRBFljstgJtI587AptEzX4mt8WjI5CMu8XL9n0MGD aoSRNlLNXPKswF87ntV1HQhP5qP0KA== Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This hopefully is a final version of the usage message to show how to access the git(1) manual page. The V3 change is Eric's suggestion to use 'See'. I have also taken the opportunity [Patch 2/2] to pick up peff's suggestion to include the git-scm doc link, and also correct the mis-quoting of a link to the html formatted github doc pages. Philip Oakley (2): git.c: show usage for accessing the git(1) help page Doc: git.txt: remove backticks from link and add git-scm.com/docs Documentation/git.txt | 3 ++- git.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-)