From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 114749 invoked by alias); 21 Jan 2020 16:14:32 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 114738 invoked by uid 89); 21 Jan 2020 16:14:32 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=H*f:sk:ca530e1, HX-Received:a7b, H*i:sk:ca530e1 X-HELO: mail-wm1-f53.google.com Received: from mail-wm1-f53.google.com (HELO mail-wm1-f53.google.com) (209.85.128.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 21 Jan 2020 16:14:22 +0000 Received: by mail-wm1-f53.google.com with SMTP id 20so3728662wmj.4 for ; Tue, 21 Jan 2020 08:14:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=xQDNJHW2DZGLJFxkkq2z4ToHfGbpwsMz1LHSiI+FjtA=; b=gOc2azIExfW3XDR7kb4hlojjMvQWT8otC3htWWSabBxA1eM++gYr3hrN8e8TmWI5ca eUJZ5u4ktZu9tdwkhbA+MQ/rcevJda5kwvW1OvPRdJqlB+3ROVAvzBaSJtodMUTGOR4z 3Y76rId6bEtueaHY9ylff2ubFh7LT7DccFoXlTA4Sjb+mGVQRrqqIZBFuE4I2uU9ciZx q1DsPVM/G2rvbOLkvcw2u3ZgHwoKRmb7fpJNNk+gBAaxyYE3SV+EqfNa+ZkqkyCNjHeg P095FlouT4IbpEazaHYM9/G72zWA+CocKKtZsX3Frl1K80h2Ix0HBS8pzKsKTRpLJv0E NQvA== MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Tue, 21 Jan 2020 16:58:00 -0000 Message-ID: Subject: Re: git: remote: *** The first line of a commit message should be a short description of the change, not a single word. To: =?UTF-8?Q?Martin_Li=C5=A1ka?= Cc: GCC Development , Joseph Myers Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2020-01/txt/msg00379.txt.bz2 On Tue, 21 Jan 2020 at 16:03, Martin Li=C5=A1ka wrote: > > Can you please remove the hook for user branches likes: > > $ git push origin me/filter-non-common > Enumerating objects: 27, done. > Counting objects: 100% (27/27), done. > Delta compression using up to 16 threads > Compressing objects: 100% (14/14), done. > Writing objects: 100% (14/14), 1.77 KiB | 1.77 MiB/s, done. > Total 14 (delta 13), reused 0 (delta 0) > remote: *** The first line of a commit message should be a short descript= ion of the change, not a single word. > remote: error: hook declined to update refs/users/marxin/heads/filter-non= -common > To git+ssh://gcc.gnu.org/git/gcc.git > ! [remote rejected] me/filter-non-common -> refs/users/marxin/h= eads/filter-non-common (hook declined) > error: failed to push some refs to 'git+ssh://gcc.gnu.org/git/gcc.git' Requiring slightly better messages than just a single word doesn't seem to restrictive to me, even on user branches.