From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arsen =?utf-8?Q?Arsenovi=C4=87?= Newsgroups: gmane.emacs.devel Subject: Re: New Git hooks for checking file names in commit messages Date: Fri, 21 Apr 2023 18:20:16 +0200 Message-ID: <86mt31rys2.fsf@aarsen.me> References: <838rel46ou.fsf@gnu.org> <865y9ptfa3.fsf@aarsen.me> <83354t44kn.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21431"; mail-complaints-to="usenet@ciao.gmane.io" Cc: acm@muc.de, jporterbugs@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Apr 21 18:23:00 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pptXH-0005Ls-Lg for ged-emacs-devel@m.gmane-mx.org; Fri, 21 Apr 2023 18:22:59 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pptWl-0005Av-IT; Fri, 21 Apr 2023 12:22:27 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pptWj-0005Ak-9f for emacs-devel@gnu.org; Fri, 21 Apr 2023 12:22:25 -0400 Original-Received: from mout-p-202.mailbox.org ([80.241.56.172]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1pptWh-0000tE-Iw; Fri, 21 Apr 2023 12:22:25 -0400 Original-Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4Q30Cz4Tqvz9sQ9; Fri, 21 Apr 2023 18:22:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aarsen.me; s=MBO0001; t=1682094127; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=0tdKaBQnaDWsoZHACBFbYyDFG/dSnsMWs9+blAdI62A=; b=y6WAohUjUdQp5Nl1hbHWe1IaHvmHc4gj8lla5bT9X68MG8tinCzvqEagIwWuzw2Eu/G/+A XlCAS3igNV+XzZ8aqctnlR+52jsX7bLTOt+EjMegZTIHga5/NsIU4shWzXdRwdmeq6UfiU ufk7qcJl3PHXF9/nB855uptvNVliPZxx4aA1a+f/XYKiylauw5BW6QW6DLZq/wmQwyb4Or nCO92DVvQ9pscjH5abLHZnUFNa5yIlY+llwrQMGsEAHaUZALuR7ec14KAFZQ13i9hs0EyA XqUGS1Cfxa9BTR1r6jTs/7eSKQBMKK5naT/r3P0qyJU356ZTKAtW5Aqw2CERcQ== In-reply-to: <83354t44kn.fsf@gnu.org> X-Rspamd-Queue-Id: 4Q30Cz4Tqvz9sQ9 Received-SPF: pass client-ip=80.241.56.172; envelope-from=arsen@aarsen.me; helo=mout-p-202.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:305554 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Eli Zaretskii writes: >> From: Arsen Arsenovi=C4=87 >> Cc: Alan Mackenzie , jporterbugs@gmail.com, emacs-devel@gnu.= org >> Date: Fri, 21 Apr 2023 17:38:19 +0200 >>=20 >> You can also reword during a rebase, which has the advantage of not >> chucking any work away. See [1]. > > We advise contributors not to rebase on public branches, only on their > local ones. Sure, but using 'reset' implies that you can rebase, as otherwise you couldn't reset to re-do the commits. >> Everything can be changed at any point in Git, until you push, and even >> then if the server agrees, so there's never a time that is too late to >> error out. > > Our server is set up not to allow non-FF pushes. For the best. =2D-=20 Arsen Arsenovi=C4=87 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iOYEARYKAI4WIQT+4rPRE/wAoxYtYGFSwpQwHqLEkwUCZEK4LV8UgAAAAAAuAChp c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0RkVF MkIzRDExM0ZDMDBBMzE2MkQ2MDYxNTJDMjk0MzAxRUEyQzQ5MxAcYXJzZW5AYWFy c2VuLm1lAAoJEFLClDAeosSTCcwA/ApKCl1rz6VkHS1KFhJj1B3uKTzGGJZ+1f3w QAjyd56YAQDMheYaMAFTOSEQXf6SgYvUYIKgorgSy4K8mBajfAeFCA== =jjPg -----END PGP SIGNATURE----- --=-=-=--