From patchwork Sat Oct 5 12:57:42 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pratyush Yadav X-Patchwork-Id: 11175641 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 02C22139A for ; Sat, 5 Oct 2019 12:58:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D6770222C5 for ; Sat, 5 Oct 2019 12:58:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727884AbfJEM5r (ORCPT ); Sat, 5 Oct 2019 08:57:47 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:50795 "EHLO relay1-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727788AbfJEM5r (ORCPT ); Sat, 5 Oct 2019 08:57:47 -0400 X-Originating-IP: 1.186.12.44 Received: from localhost.localdomain (unknown [1.186.12.44]) (Authenticated sender: me@yadavpratyush.com) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 9C233240003; Sat, 5 Oct 2019 12:57:44 +0000 (UTC) From: Pratyush Yadav To: Cc: Junio C Hamano Subject: [PATCH v2] Documentation: update the location of the git-gui repo Date: Sat, 5 Oct 2019 18:27:42 +0530 Message-Id: <20191005125742.3753-1-me@yadavpratyush.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191004222956.12341-1-me@yadavpratyush.com> References: <20191004222956.12341-1-me@yadavpratyush.com> MIME-Version: 1.0 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Signed-off-by: Pratyush Yadav --- Changes in v2: - Only link the repo, instead of having instructions to "clone" and "browse online". Do note that I am using single quotes around git gui instead of backticks like you suggested because the rest of the man page does the same. Interdiff against v1: diff --git a/Documentation/git-gui.txt b/Documentation/git-gui.txt index 98337b69f1..c9d7e96214 100644 --- a/Documentation/git-gui.txt +++ b/Documentation/git-gui.txt @@ -112,11 +112,9 @@ Other versions are distributed as part of the Git suite for the convenience of end users. -A 'git gui' development repository can be obtained from: +The official repository of the 'git gui' project can be found at: - git clone https://github.com/prati0100/git-gui.git - -or browsed online at https://github.com/prati0100/git-gui[]. + https://github.com/prati0100/git-gui.git/ GIT --- Documentation/git-gui.txt | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) -- 2.21.0 diff --git a/Documentation/git-gui.txt b/Documentation/git-gui.txt index 5f93f8003d..c9d7e96214 100644 --- a/Documentation/git-gui.txt +++ b/Documentation/git-gui.txt @@ -112,15 +112,9 @@ Other versions are distributed as part of the Git suite for the convenience of end users. -A 'git gui' development repository can be obtained from: +The official repository of the 'git gui' project can be found at: - git clone git://repo.or.cz/git-gui.git - -or - - git clone http://repo.or.cz/r/git-gui.git - -or browsed online at http://repo.or.cz/w/git-gui.git/[]. + https://github.com/prati0100/git-gui.git/ GIT ---