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 977A64AB46 for ; Wed, 12 Jun 2024 17:47:09 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C91A668D96A; Wed, 12 Jun 2024 20:47:07 +0300 (EEST) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id CCEEF68D831 for ; Wed, 12 Jun 2024 20:47:01 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id C2D11240002 for ; Wed, 12 Jun 2024 17:47:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1718214420; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Yp2D31aaI5PVBNTVXQDOGtP5w7wODAgUY9Vnc1hzkZM=; b=buo1AU+s5Vbei5yduvhjDFFknZ6we5/n9jLKKoz0ZOyYx09/QczgB+sh0kngVI+U4ErCeE Vu3pO974ue3p7uIeL58HdmcUrBr+Y057z3fvfm1585Av3Y9+ZVjlUOYoJI1EROyTEf89zP d1huXFk61lmSksLMVBKi3zZZEkGY7Q3zj92UDsZVZI3A71YFrJjF5iwOsSgdJzzF6sBjXC +sPu3u/MijHUyR3as+kNS9cYXDFsBCN71ZzXyLpVrhMQ2wLlLJcBClknNBuD95SCdiswj6 f7oibpKEifSr5ztEWAtJKNo2kUN8eWSvXMLePwS1H3MD3vwyVX83/DkfuYDPiA== From: Michael Niedermayer To: FFmpeg development discussions and patches Date: Wed, 12 Jun 2024 19:46:59 +0200 Message-ID: <20240612174659.1654256-1-michael@niedermayer.cc> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 X-GND-Sasl: michael@niedermayer.cc Subject: [FFmpeg-devel] [PATCH] doc/faq: Provide information about git send-email and gmail 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: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: The 2 links are the clearest i found. Signed-off-by: Michael Niedermayer --- doc/faq.texi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/faq.texi b/doc/faq.texi index 477cc60533a..d07ed533dd7 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -683,4 +683,9 @@ Do you happen to have a @code{~} character in the samples path to indicate a home directory? The value is used in ways where the shell cannot expand it, causing FATE to not find files. Just replace @code{~} by the full path. +@section How to setup git send-email? + +Please see @url{https://git-send-email.io/}. +For gmail additionally see @url{https://shallowsky.com/blog/tech/email/gmail-app-passwds.html}. + @bye -- 2.45.2 _______________________________________________ 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".