From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Use of "Action stamps" in commit messages Date: Sat, 14 Jul 2018 18:48:35 +0300 Message-ID: <831sc5byy4.fsf@gnu.org> References: <85f9a968-ba72-5b00-761e-a4449b073a7f@cs.ucla.edu> <20180713181520.GD28072@thyrsus.com> <834lh3c67s.fsf@gnu.org> <20180713190615.GA10799@thyrsus.com> <8336wnc4si.fsf@gnu.org> <83muuub8fr.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1531583199 21713 195.159.176.226 (14 Jul 2018 15:46:39 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 14 Jul 2018 15:46:39 +0000 (UTC) Cc: esr@thyrsus.com, emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 14 17:46:35 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1feMkk-0005Zq-LZ for ged-emacs-devel@m.gmane.org; Sat, 14 Jul 2018 17:46:34 +0200 Original-Received: from localhost ([::1]:41734 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1feMmr-0005Ua-HU for ged-emacs-devel@m.gmane.org; Sat, 14 Jul 2018 11:48:45 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54976) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1feMmh-0005Tu-Hw for emacs-devel@gnu.org; Sat, 14 Jul 2018 11:48:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1feMmd-0006sa-79 for emacs-devel@gnu.org; Sat, 14 Jul 2018 11:48:35 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44012) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1feMmd-0006sS-24; Sat, 14 Jul 2018 11:48:31 -0400 Original-Received: from [176.228.60.248] (port=3229 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1feMmc-00048d-Go; Sat, 14 Jul 2018 11:48:30 -0400 In-reply-to: (message from Paul Eggert on Sat, 14 Jul 2018 09:38:45 -0500) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:227405 Archived-At: > Cc: esr@thyrsus.com, emacs-devel@gnu.org > From: Paul Eggert > Date: Sat, 14 Jul 2018 09:38:45 -0500 > > > While at that: what should we do with SHA1 signatures added > > automatically by the likes of "git cherry-pick -x"? Use -xe and > > invoke the above hypothetical command? Something else? > > Sorry, I don't know what -xe is. Apologies for being unclear. I mean "git cherry-pick -xe". > Something else that might help would be to have > build-aux/git-hooks/commit-msg check for SHA1 signatures and advise the > committer to use the hypothetical command to resolve them. IMO, this would be a nuisance.