From patchwork Sun Aug 18 10:37:10 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1148832 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-507189-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="F6qed///"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46BD572wGTz9s4Y for ; Sun, 18 Aug 2019 20:36:57 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:in-reply-to:message-id:references :mime-version:content-type; q=dns; s=default; b=A8V2FgLSe+2630ZB kzyEvWhJGgLmFw0gTK1obPMglSyVXUa+H8aQGZACgpG53lem4Po303ma2uUvNAxE imuPnVZiU1kr2fflLhIwXFvtPSohiYfv7Py+fi6wNespZGWVQEvdX861WsC+bp54 fp+4ol7cHUXZr++Bm7P9b/nZksE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:in-reply-to:message-id:references :mime-version:content-type; s=default; bh=Lj9U1+UTIZHe06TYZtFmLU MexQw=; b=F6qed///faj7OwDDdGQRnFDt6kJmkIKMlrZKCuEtzzpJGdijEcU2gX G+r0LicUt4+eGye/PNlQeNlrQ2GB9xTCPRNOjvyUmlRmF44eLnbzNd4Rv9H89U3Z oCUrP4EEL+ZrXEKhLCUl2p6U2XQzqBII6uIDGWy/O3EtXl5ZWIYVs= Received: (qmail 105541 invoked by alias); 18 Aug 2019 10:36:49 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 105531 invoked by uid 89); 18 Aug 2019 10:36:49 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.1 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, GIT_PATCH_3, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=ought, gcc-cvs, gcccvs, documents X-HELO: hamza.pair.com Received: from hamza.pair.com (HELO hamza.pair.com) (209.68.5.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 18 Aug 2019 10:36:47 +0000 Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 6172E33DF3; Sun, 18 Aug 2019 06:36:46 -0400 (EDT) Received: from anthias (unknown [178.114.243.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id A0CA333DF1; Sun, 18 Aug 2019 06:36:45 -0400 (EDT) Date: Sun, 18 Aug 2019 12:37:10 +0200 (CEST) From: Gerald Pfeifer To: Jeff Law cc: =?iso-8859-15?q?Martin_Li=A8ka?= , gcc-patches@gcc.gnu.org, Jan Hubicka Subject: [wwwdocs] Reverting your own patches (was: [PATCH] Revert 2 ::get to ::get_create for IPA summaries (PR ipa/86279)) In-Reply-To: Message-ID: References: <8aafba28-a6d7-f7a6-467a-30c39c725666@suse.cz> MIME-Version: 1.0 X-IsSubscribed: yes On Fri, 29 Jun 2018, Jeff Law wrote: > ISTM that if you're reverting something recent of your own that's > causing failures you ought to be able to revert without waiting. Indeed. And https://gcc.gnu.org/svnwrite.html#all documents this in the third items. (Well, that direct link only works after the patch below that I just committed; the text has been there since October 2005. ;-) Gerald Add an id of "all" to the "Free for all" subsection. Index: svnwrite.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/svnwrite.html,v retrieving revision 1.44 diff -u -r1.44 svnwrite.html --- svnwrite.html 5 Jul 2019 12:42:51 -0000 1.44 +++ svnwrite.html 18 Aug 2019 10:33:04 -0000 @@ -140,7 +140,7 @@ SVN or the gcc-cvs list.

-

Free for all

+

Free for all

The following changes can be made by everyone with write access: