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 5CAB042CA5 for ; Tue, 3 May 2022 07:54:58 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 98AE068B37F; Tue, 3 May 2022 10:54:56 +0300 (EEST) Received: from nef.ens.fr (nef2.ens.fr [129.199.96.40]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 22B7868B1C2 for ; Tue, 3 May 2022 10:54:50 +0300 (EEST) X-ENS-nef-client: 129.199.129.80 ( name = phare.normalesup.org ) Received: from phare.normalesup.org (phare.normalesup.org [129.199.129.80]) by nef.ens.fr (8.14.4/1.01.28121999) with ESMTP id 2437snMm022440 for ; Tue, 3 May 2022 09:54:49 +0200 Received: by phare.normalesup.org (Postfix, from userid 1001) id 2692DE00F5; Tue, 3 May 2022 09:54:49 +0200 (CEST) Date: Tue, 3 May 2022 09:54:49 +0200 From: Nicolas George To: FFmpeg development discussions and patches Message-ID: References: MIME-Version: 1.0 In-Reply-To: X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (nef.ens.fr [129.199.96.32]); Tue, 03 May 2022 09:54:49 +0200 (CEST) Subject: Re: [FFmpeg-devel] Need help submitting a patch 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="===============1681044340310182459==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1681044340310182459== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="nkNhas/eg8SMjuzY" Content-Disposition: inline --nkNhas/eg8SMjuzY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Traian Coza (12022-05-03): > Hi! I am new to contributing to FFmpeg, and I have a technical question. >=20 > I'm trying to submit a patch, but it's a fairly large patch, which I've > made in multiple commits. I don't know how to generate the email for this > patch. The example command given on the website (with format-patch) only > generates the email for a single commit. I've searched the web and I don't > really see an easy way to do it. Can someone help me out with this? First, make sure your multiple commits are really there: check they are all visible in `git log`. Then, what is your git format-patch exact command? If it ends in "-1", then the result you are seeing is normal: the -1 is telling it to take the last patch. You need to tell git format-patch the last commit before yours. You can get it from `git log`. It would be even simpler if you thought of making a branch: then you just need to specify the name of the branch from which you branched. Regards, --=20 Nicolas George --nkNhas/eg8SMjuzY Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE6ooRQGBoNzw0KnwPcZVLI8pNxgwFAmJw38QACgkQcZVLI8pN xgxnJBAAqQ59BVEH91TNhVwDoeqEDkycPA5oxErZeHa9CDTYH+LSIqizu7tX4l/j nvWX2UojyBpBAk/hoqTfkmEx0LjZ+UgmEB+VeCqMSrIgNdopd2pr2i7Y9wMhOQs+ +FUjdZ3QIydi8wzSYfobFlTGaG11HmDioj82h1EDhdBwXfdkzNPCbIc8Ab7rwp0k xJ8C1z5z+zDUKsn3IH1qKKewuQMFfVy4qq0Y/ZL1m5GkPqTcUDx98BmkrQ7vmEJ0 PN9ccBMvnPk92fslP8uPpfjmHJiAXjuFVxv58tm1h9d9XEaFpmaKJW+WVU7UWLHQ vSEHOSxk/QVGddOay2lihwNZBUdNXl1wfG2HJ6MbGyJZIMlQviC5WQmEgGi8PAXI cYWpB53nhVvd2YItF5dYxOi04i7Q1ndFu+Q8L8eKYnAnFJhBSdzD1jVQurEmVo/n aC3oQcv5/RRZhG3PX4yKd3XEjE5DTVX5oe+9PzAvHgln38d+QcxqyI1HoJk7EYZE YfklTYiSwZ+kcGH4Npx/lmy+YuWetTRbwtAs1fyTei//gW/Crlm/vu+8Dgn5+YV7 MLa75SCaYxWP5STm9EUft8YHYngdWJshFjcwc/x/y24HC/R9B8KQKsTM9KCUbl6a WDV1RK5Xq9MHdxL9wPffxQajc2BTREd9soeqc4DzNob11PxSpXk= =gddz -----END PGP SIGNATURE----- --nkNhas/eg8SMjuzY-- --===============1681044340310182459== 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". --===============1681044340310182459==--