From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x343.google.com (mail-wm1-x343.google.com [IPv6:2a00:1450:4864:20::343]) by sourceware.org (Postfix) with ESMTPS id A31FD3858D35 for ; Wed, 10 Jun 2020 13:12:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A31FD3858D35 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=jguk.org Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=jg@jguk.org Received: by mail-wm1-x343.google.com with SMTP id g10so1774794wmh.4 for ; Wed, 10 Jun 2020 06:12:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jguk.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=UGRQgxUmJHFDH1fU8gx8QaeFmnrTNuXRUhaAsMAiazk=; b=Qijx1OeIbd93tN/gN5AvIrCbLIOs9rbB0GhgtPw1Tr2u2iCuL7M+6KALp3KRCcGq6n 07I4vjyxAyamTC39ORWHgOxKumRM7FXNLTjxpmKevv1tZLr2AmPL1qZ/HGVNF8itNvzt l/bEZkcNx2+2e1uQuXM7FpjSk4ZGuTOqY+Bp35pr4JRsZxvHFKySON6TC5imvQ6rDV6h E+FI3iYS/XDBmWKM+xuLJzeP8zA/CI3/gslXkSHb+jKFWLyrHn3TaWXDzPOii711FLGx 5ZNO8riypUPzY/+07nMnhO3PuqMXfPSnYDnpt6sJMGqygGqr5DYu/lxmGdKYBYGEOhsH 7oQg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=UGRQgxUmJHFDH1fU8gx8QaeFmnrTNuXRUhaAsMAiazk=; b=G2rgYaH7NrFth8fkMjtacwdFcKeaDbtuzJX6/msoGiHel3gsPmZ5giNU3kC9xcotRU KzwGTK85buINDLjhmklhKWHN6wZImR/W/Vq4RTzID+O2vohqW2Tz1G61CI610jzcp+Oh PLcKd3zD9Rd7z4tuHnLlwHYPGWKfQK0Vt4DRbOcVCQGwW7+kW9HLK/qf7oOTDYO8wriw ri3wuaHwheVyVp4jD1h8H7hMmS701emhbxRxhWBHHPFdnMrgi7srE06qmuJJoll2Rzvz wbEjAv3YEVZyrWqPmwZkacp921YUis8b80qtOG1DuP/5hvg0Vfc8G/bxezoUpmvoNQVK locQ== X-Gm-Message-State: AOAM533H96yrjraiYj8T/S6za/PAnisXa1RhsmSY6kZS1L9aOgax8yWK pOALIaTTpA69EK1q/wsB7d0BW69uVRI= X-Google-Smtp-Source: ABdhPJyDhcQtofOliRlNNu01pc35or4bldoywHnJmCVtgKCe1nW16An142X6fXc8DiDhau288dRVnA== X-Received: by 2002:a1c:7416:: with SMTP id p22mr3220334wmc.95.1591794766438; Wed, 10 Jun 2020 06:12:46 -0700 (PDT) Received: from [192.168.0.12] (cpc87281-slou4-2-0-cust47.17-4.cable.virginm.net. [92.236.12.48]) by smtp.gmail.com with ESMTPSA id o9sm7012723wmh.37.2020.06.10.06.12.45 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 10 Jun 2020 06:12:45 -0700 (PDT) Subject: Re: [PATCH] change bug url to https in gdb --help To: Simon Marchi , Christian Biesinger Cc: gdb@sourceware.org References: <42e8834a-5903-0423-9309-5ac57c710578@jguk.org> From: Jonny Grant Message-ID: <8c69bd9d-38db-f3fd-341a-5e016db7d6fa@jguk.org> Date: Wed, 10 Jun 2020 14:12:44 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, TXREP, T_SPF_PERMERROR autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2020 13:12:50 -0000 On 30/05/2020 16:26, Simon Marchi wrote: > On 2020-05-29 7:45 p.m., Jonny Grant wrote: >> Many thanks Christian >> >> Will send to gdb-patches now with the ChangeLog. >> >> Unfortunately my Ubuntu LTS git is stuck on 2.17.1 without the git-send-email command for the moment. I'll paste in an >> email to allow better comments. > > It's been available for ages, it's not a matter of old git. It's just that it's > packaged separately: > > https://packages.ubuntu.com/bionic/git-email > > The packages.ubuntu.com interface (derived from packages.debian.org) is handy to > find which package provides a given file. For example to find that the git-email > package provides the git-send-email file: > > https://packages.ubuntu.com/search?suite=bionic&arch=amd64&mode=exactfilename&searchon=contents&keywords=git-send-email > > Alternatively, the `apt-file` package gives you the same functionality locally. > > Simon Spent some time trying to get git send-email set up with gmail SMTP, but ran out of time, and didn't want to put my password in a file on on command line. In the end I just followed the guide https://www.kernel.org/doc/html/latest/process/email-clients.html#thunderbird-gui I've sent through to gdb-patches, fingers-crossed Jonny