From: Theodore Tso Subject: Oops, incorrect tag: v1.40.5 in e2fsprogs git repository Date: Mon, 28 Jan 2008 13:18:25 -0500 Message-ID: <20080128181825.GA24206@mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: pasky@suse.cz To: linux-ext4@vger.kernel.org Return-path: Received: from BISCAYNE-ONE-STATION.MIT.EDU ([18.7.7.80]:46808 "EHLO biscayne-one-station.mit.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752142AbYA1SSw (ORCPT ); Mon, 28 Jan 2008 13:18:52 -0500 Content-Disposition: inline Sender: linux-ext4-owner@vger.kernel.org List-ID: Hi, I screwed up, and incorrectly tagged v1.40.5 in the e2fsprogs git repository. I accidentally tagged the "next" branch instead of the "maint" branch, so the the wrong commit was tagged as v1.40.5. Argh... This has been fixed on git.kernel.org, but it's still busted on repo.or.cz. If you've pulled from the e2fsprogs git repository incorrectly, you'll need to run the command: git tag -d v1.40.5 ... and then re-pull from the git repository to get the correct tag. Petr, if you could run the same command on the e2fsprogs repository on repo.or.cz, it would be much appreciated!! - Ted