Re: [PATCH] change bug url to https in gdb --help
Simon Marchi <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
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