From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 101297 invoked by alias); 9 Feb 2017 22:44:47 -0000 Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org Received: (qmail 100712 invoked by uid 89); 9 Feb 2017 22:44:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=remotely X-HELO: elastic.org Received: from elastic.org (HELO elastic.org) (207.112.121.102) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 09 Feb 2017 22:44:36 +0000 Received: from fche by elastic.org with local (Exim 4.87) (envelope-from ) id 1cbxS6-000WDl-GE; Thu, 09 Feb 2017 17:44:34 -0500 Date: Thu, 09 Feb 2017 22:44:00 -0000 From: "Frank Ch. Eigler" To: Ivo Raisr Cc: overseers@sourceware.org Subject: Re: Fwd: hosting Valgrind repository on sourceware.org Message-ID: <20170209224434.GM41423@elastic.org> References: <20170204225408.GF41423@elastic.org> <20170206160126.GH41423@elastic.org> <20170206210512.GJ41423@elastic.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.1 (2016-10-04) X-SW-Source: 2017-q1/txt/msg00075.txt.bz2 Hi - > [...] > Now I need to start from scratch but (obviously) another import fails. > Please could you either delete and create the repo again or > $ git config receive.denynonfastforwards false > (hopefully that would suffice). > [...] OK, did the latter. But I believe you could do all of these remotely anyway, by nuking the branches (pushing nothing to :svn/vendor etc.), and/or creating and pushing new orphan branches via "git checkout --orphan ...". - FChE