From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67940 invoked by alias); 29 Feb 2016 22:56:44 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 67917 invoked by uid 89); 29 Feb 2016 22:56:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_05,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=declined, loose, Auto, tags X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-qg0-f48.google.com Received: from mail-qg0-f48.google.com (HELO mail-qg0-f48.google.com) (209.85.192.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 29 Feb 2016 22:56:42 +0000 Received: by mail-qg0-f48.google.com with SMTP id d32so72730633qgd.0; Mon, 29 Feb 2016 14:56:42 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=jyPXttz0JIosPYyqIghJLuScMua7JwTDFNmBks1GbJc=; b=m6Otv/Duyo78V1ZBKIAcpPA27N+3UZYyRxTUAaFrVFlKki7QIi2SWhwFYXCS4ynkTz aaTogoA6jkrMHT01VbJ5uw4VWpRdNk8kt/wiFpJpCOf/dR1YB6LqIDI8Tct+YH6zVlNy TnYV0j4GnhkW+c08wws7c1mJCf/cr1Ep4kJTKG7yCzxhBajTinkptttd1KPSWRT+T0TN pXpmfyvkVDBanbWe4URtZKUr0TQBrYgJCwvumWM8zA4gbMH8Iekbn2OPn6ODsyj6jjVx YLALERiHrQ7L5ukruM+xOFdmuPwH7yhpvEOqq1c9+gI7IajMjEJgcaSnW+8EHF6PqA79 bp5g== X-Gm-Message-State: AD7BkJKdXYvEUNW0bl5uCI8ZNDdv6PWUv2/rbbdl6avyhbcBkyFKm4xl3+3BCcOtoaMpn7AnSC/NoLGk28xxBQ== MIME-Version: 1.0 X-Received: by 10.141.5.137 with SMTP id h131mr12988631qhd.47.1456786600227; Mon, 29 Feb 2016 14:56:40 -0800 (PST) Received: by 10.55.15.199 with HTTP; Mon, 29 Feb 2016 14:56:40 -0800 (PST) Date: Mon, 29 Feb 2016 22:56:00 -0000 Message-ID: Subject: How can I remove a personal tag? From: "H.J. Lu" To: Binutils , GDB Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-02/txt/msg00040.txt.bz2 I want to update users/hjl/linux/release/2.26.51.0.1 tag by removing it fist. I got # git push origin :users/hjl/linux/release/2.26.51.0.1 remote: *** Deleting a tag is not allowed in this repository remote: error: hook declined to update refs/tags/users/hjl/linux/release/2.26.51.0.1 Auto packing the repository for optimum performance. warning: There are too many unreachable loose objects; run 'git prune' to remove them. To ssh://hjl@sourceware.org/git/binutils-gdb.git ! [remote rejected] users/hjl/linux/release/2.26.51.0.1 (hook declined) error: failed to push some refs to 'ssh://hjl@sourceware.org/git/binutils-gdb.git' -- H.J.