From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 66AF5463DB for ; Sat, 15 Jul 2023 20:10:03 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id E472168C655; Sat, 15 Jul 2023 23:10:01 +0300 (EEST) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id CB17768C5E8 for ; Sat, 15 Jul 2023 23:09:54 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id AD1A21BF204 for ; Sat, 15 Jul 2023 20:09:53 +0000 (UTC) Date: Sat, 15 Jul 2023 22:09:50 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230715200950.GT1093384@pb2> References: <20230714182706.GO1093384@pb2> MIME-Version: 1.0 In-Reply-To: X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] git email hook X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: multipart/mixed; boundary="===============3458095786341149102==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============3458095786341149102== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="UefMXxAhg/xpzpuf" Content-Disposition: inline --UefMXxAhg/xpzpuf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jul 15, 2023 at 08:34:10PM +0200, Nicolas George wrote: > Michael Niedermayer (12023-07-14): > > I today added and tested git-multimail to git.ffmpeg.org as our git mail > > sending script is old and unmaintained > >=20 > > I intend to use libavradio for testing it, this will result in > > different looking mails for avradio. (probably on the next push in a da= y or 2) > > If that goes well i intend to switch ffmpeg-web and all repositories > > that are on git.ffmpeg.org over to it too. But its easy to leave some > > on the old script if people prefer. > > I hope though the new will produce nicer mails. > > (this is unrelated to git master for which videolan is doing the git ma= il) > >=20 > > No ill sideeffects are expected but unexpected things are always possib= le. >=20 > Hi. >=20 > Can the "branch master updated:" be removed? We only work on master > anyway, it takes up space and the interesting part of the commit subject > gets truncated. send me a patch for git-multimail-py or suggest something to replace: (but it has to work for all repos we have, i dont want to have to maintain this per repo really) REF_CREATED_SUBJECT_TEMPLATE =3D ( '%(emailprefix)s%(refname_type)s %(short_refname)s created' ' (now %(newrev_short)s)' ) REF_UPDATED_SUBJECT_TEMPLATE =3D ( '%(emailprefix)s%(refname_type)s %(short_refname)s updated' ' (%(oldrev_short)s -> %(newrev_short)s)' ) REF_DELETED_SUBJECT_TEMPLATE =3D ( '%(emailprefix)s%(refname_type)s %(short_refname)s deleted' ' (was %(oldrev_short)s)' ) COMBINED_REFCHANGE_REVISION_SUBJECT_TEMPLATE =3D ( '%(emailprefix)s%(refname_type)s %(short_refname)s updated: %(oneline)s' ) thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Many that live deserve death. And some that die deserve life. Can you give it to them? Then do not be too eager to deal out death in judgement. For even the very wise cannot see all ends. -- Gandalf --UefMXxAhg/xpzpuf Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZLL9DgAKCRBhHseHBAsP q16BAJ4/4fLaIGi0uuw2hfGOboepvzO4LQCgik4ndhdzYrpFNy7AJTh/P9wUffo= =wfSQ -----END PGP SIGNATURE----- --UefMXxAhg/xpzpuf-- --===============3458095786341149102== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". --===============3458095786341149102==--