From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.ffmpeg.org (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id 7C90F4BDF6 for ; Thu, 24 Jul 2025 17:46:36 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id 58DFD68D7B6; Thu, 24 Jul 2025 20:46:32 +0300 (EEST) Received: from btbn.de (btbn.de [144.76.60.213]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id 74D2868CF18 for ; Thu, 24 Jul 2025 20:46:25 +0300 (EEST) Received: from [authenticated] by btbn.de (Postfix) with ESMTPSA id D6E5D27FD3372 for ; Thu, 24 Jul 2025 19:46:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rothenpieler.org; s=mail; t=1753379184; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rUYEtGQzBWqEiCNlcQhEL8dM95t9t/pcDWSYL7+HtHU=; b=XNiB8HckuPPwj7SLMFwtCcTxOgEwFQJCzLcfNwrmUS2MNhe0w26iU+es3s4xsP71rMD6W2 Wt/9ti3Jz2Z2XcJ1LnGuMX2JcypMVYLAbYpbpSZGM5PMCaZ6mHUq3VrvWMJkwJfvuPmIHE E9W7dMl8a5MzohZ8UEBFPgT/he+KnLpwjbkObTFpldT/iqRWio6/0FMUYQ3tbaRNqheZ5j 2PbMleUXo0Yg0elcJCKyzjS9Be5CXfSQmuypoo4NqPMAlSE2cGl0Ikb8NYk+A4fcD4s/0t ib6EItD+fJV8P45F9xfJrOaWKzgHZG7yRAxEDfxkS3scWHGc3K+xhaVgwlyfBg== Message-ID: Date: Thu, 24 Jul 2025 19:46:25 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: ffmpeg-devel@ffmpeg.org References: <20250724173008.GP29660@pb2> Content-Language: en-US From: Timo Rothenpieler In-Reply-To: <20250724173008.GP29660@pb2> Subject: Re: [FFmpeg-devel] Forgejo questions 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 7/24/2025 7:30 PM, Michael Niedermayer wrote: > Hi all > > how can i simply follow all changes, patches and discussions ? > > prior to teh forgejo test, i simply go over all new mail in my ffmpeg-devel > folder. > In that folder, > I can leave things as new that i want to look at later > I can mark things as old that i have not read but dont plan to do anything with > I can mark things as read that i have looked at and am done with (like after applying them locally) > I can press a single button to apply the patch from a mail I have just made a sieve filter that puts all mails from Forgejo into their own folder, and I do have proper threads with all discussions (and pushes) in there. Maybe some spam filter is somehow interfering, and eating some mails? > Going over the whole list is not particularly difficult (the contents of > mails and patches may be difficult but the managing of mails/patches is not) > > But with forgejo now there are mails in my inbox, in ffmpeg-devel neither > seem to contain patches, nor do they seem to represent dicussions with > correct threading. I dont even know from 3 mails which is a reply to which. The mails will never contain patches, they're just notifications. They do contain a link to the patches and the PR number to fetch it via CLI though. > I see https://code.ffmpeg.org/FFmpeg/FFmpeg/activity > but that also seems not to really contain the level of detail that a simple > threaded mailinglist with new mails shows > > Basically, can someone explain me how to use this effectively ? You should be able to use it exactly like you described, as long as you don't expect actual patches to be in the mails. Everything else, comments, discussion, ... should be in an E-Mail to you. > I have figured out that with > fetch = +refs/pull/*/head:refs/remotes/fforge/pr/* > i can get all pull requests into my local git nicely > > thx > > > _______________________________________________ > 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". _______________________________________________ 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".