From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eliTh-0004y9-Fh for guix-patches@gnu.org; Tue, 13 Feb 2018 16:51:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eliTe-0000dH-E4 for guix-patches@gnu.org; Tue, 13 Feb 2018 16:51:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:33987) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eliTe-0000dB-9L for guix-patches@gnu.org; Tue, 13 Feb 2018 16:51:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eliTd-0002xg-Rw for guix-patches@gnu.org; Tue, 13 Feb 2018 16:51:01 -0500 Subject: [bug#30446] [PATCH 1/3] gnu: Add ifdtool. Resent-Message-ID: From: Marius Bakke In-Reply-To: <20180213213722.6bffd81d@scratchpost.org> References: <20180213180001.4339-1-dannym@scratchpost.org> <20180213180145.4412-1-dannym@scratchpost.org> <20180213191843.GA31517@jasmine.lan> <20180213213722.6bffd81d@scratchpost.org> Date: Tue, 13 Feb 2018 22:50:49 +0100 Message-ID: <87po58mudi.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic , Leo Famulari Cc: 30446@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Danny Milosavljevic writes: > Hi Leo, > > On Tue, 13 Feb 2018 14:18:43 -0500 > Leo Famulari wrote: > >> I notice the Git repo has tagged versions. If the latest one is >> inappropriate to build from, please use it in the git-version like this: > > How do I find out which commit corresponds to a tag (or which commits are > not in the 4.7 tag) ?=20 You can use the tag name in the (revision ...) field (see e.g. libvpx). To find which commits are not in a given tag, use something along the lines of... $ git log --format=3Doneline v4.7..master --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlqDXbkACgkQoqBt8qM6 VPpeFggAw9Pl2w+tgKgD1wgRUQ9pL28Yq7pf3FA2Xosa8rayk+sp3QAv8oT6V+AB Qn6P786XrvOAlvQyFL+MHbqHZQAMdVU7eVZwhxx14Ws7hV8DBYev8YHefVEXKbmM 9i+p9jHkkcdlhKuHIFB5FW7vwvV71NPnFhiuhcD9IlS7eKVTpLyf0/ZBpNXkWPcO OP4EEIzQgr9oOXxr25xM5e0Xo28u7m6rIcQVSlWkoZusXJb/QVbPQvYzfXrxHeAk QrPdW4ASmcJ/bBM01xcS9kJhlSWXiRYFeK8ji+fwNRYzoSVpJZEYWMYPAPe1kUpu 0mHHVeI6pUm90VXdljHwp5jk91XNtg== =O4Bg -----END PGP SIGNATURE----- --=-=-=--