From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAe16-0000eU-EU for qemu-devel@nongnu.org; Tue, 04 Feb 2014 06:18:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAe10-000747-Qv for qemu-devel@nongnu.org; Tue, 04 Feb 2014 06:18:12 -0500 Received: from isrv.corpit.ru ([86.62.121.231]:42234) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAe10-00073u-HY for qemu-devel@nongnu.org; Tue, 04 Feb 2014 06:18:06 -0500 Message-ID: <52F0CC6D.2080307@msgid.tls.msk.ru> Date: Tue, 04 Feb 2014 15:18:05 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <1391438755-30975-1-git-send-email-kraxel@redhat.com> <52F0BF33.9040809@msgid.tls.msk.ru> <1391511839.15480.26.camel@nilsson.home.kraxel.org> In-Reply-To: <1391511839.15480.26.camel@nilsson.home.kraxel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/3] Update seabios to 1.7.4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org 04.02.2014 15:03, Gerd Hoffmann wrote: > On Di, 2014-02-04 at 14:21 +0400, Michael Tokarev wrote: >> Hmm. Did you forgot to push the tag? > > It's there: http://www.kraxel.org/cgit/qemu/tag/?id=pull-roms-1 > > It is a signed tag not a branch though. "git fetch --tags" ? Interesting. I always used `git remote update', and it usually fetches all tags too, and it fetched quite a few of your tags and branches, but not the tag in question. I had to explicitly run `git fetch --tags' to get this one tag (together with the branch which leads to it). Wonder what's going on... But ok. Thanks, /mjt