From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk1-x72b.google.com (mail-qk1-x72b.google.com [IPv6:2607:f8b0:4864:20::72b]) by sourceware.org (Postfix) with ESMTPS id 80AC9388E805 for ; Tue, 5 Jan 2021 14:05:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 80AC9388E805 Received: by mail-qk1-x72b.google.com with SMTP id b64so26437137qkc.12 for ; Tue, 05 Jan 2021 06:05:07 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=1C03tco2Xf1i+hF/h+DH8no1T1MzjxrO7SVbuvqx2jU=; b=kCN/TxHF7AhheKxBqluNtGs3Siwf7rGCJ768k7bBEE9FgCnI6I7iTBG0vum+NkCFI7 S2M7K97TuS3+bu2rqMF2sU+N/Bf5wu2siRPK2Gx0N7hPvC8yNV+C5timfve19h3sKD70 Mgj4ZYfcMqV5dGe/pQjGdGWSdZ9rgq8POOCF8fpOJVmpo3szaaMummBDWQzMM7FOy5Ik aqJEwkd1khnV6m2FcOjRNVWGG4Ll5Msdaomds533ONqEFLGQdKmXvKydDj9SC4wJGxN8 joFLrfoXoclup2cp5LU+tqV18WART3uoZpsiiECMXJDH9NlNHVXtjND2Vva2HIGE85AG k/OQ== X-Gm-Message-State: AOAM533h2woInc58uuQIr2pCXAmeeFKZEJKuGHjnZeUopbSdjdhYlpTh WKbXpGxpjW9rsnJCGZgZa0wxRkwfQAylZ6dE2jx3rZY+zjnznQ== X-Google-Smtp-Source: ABdhPJw+HIoq7ga5xICkzJzMM0on9+e4851lN5xXw2m7l7Y1rqlJvQ+Xv9E0ZfTxFE7rhAbFYUQQa3ojKtX2Q8wFLqA= X-Received: by 2002:a05:620a:69c:: with SMTP id f28mr76377742qkh.127.1609855506794; Tue, 05 Jan 2021 06:05:06 -0800 (PST) MIME-Version: 1.0 From: Uros Bizjak Date: Tue, 5 Jan 2021 15:04:55 +0100 Message-ID: Subject: git commit hook does not record my patches to PRs To: "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jan 2021 14:05:08 -0000 Hello! For some reason git commit hook does not record my patches to PRs, mentioned in the commit message. Some recent examples: PR 98521: https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=951bdbde6ade56eb63af1dfa18777348a8a0d89e and PR98522: https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=1ff0ddcd8b4728bcc96e1daf2e70a03dc9fbf171 These two patches were committed as a single push (but one commit per push also doesn't reach the PR), and the second one is also missing in the gcc-cvs mailing list archive: https://gcc.gnu.org/pipermail/gcc-cvs/2021-January/date.html In the commit message, I have put PR marks everywhere I can think of, but the commit hook is still ignoring them. Can someone please check, what is wrong with the flow and eventually advise me what to do to enjoy the benefits of the automation. Thanks, Uros.