* [FFmpeg-devel] [PATCH] doc/faq: Provide information about git send-email and gmail
@ 2024-06-12 17:46 Michael Niedermayer
2024-06-12 18:23 ` epirat07
2024-06-12 20:02 ` Stefano Sabatini
0 siblings, 2 replies; 5+ messages in thread
From: Michael Niedermayer @ 2024-06-12 17:46 UTC (permalink / raw)
To: FFmpeg development discussions and patches
The 2 links are the clearest i found.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
---
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".
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [FFmpeg-devel] [PATCH] doc/faq: Provide information about git send-email and gmail
2024-06-12 17:46 [FFmpeg-devel] [PATCH] doc/faq: Provide information about git send-email and gmail Michael Niedermayer
@ 2024-06-12 18:23 ` epirat07
2024-06-12 22:25 ` Michael Niedermayer
2024-06-12 20:02 ` Stefano Sabatini
1 sibling, 1 reply; 5+ messages in thread
From: epirat07 @ 2024-06-12 18:23 UTC (permalink / raw)
To: FFmpeg development discussions and patches
On 12 Jun 2024, at 19:46, Michael Niedermayer wrote:
> The 2 links are the clearest i found.
>
> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
> ---
> 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
Good idea, maybe we should link to https://sr.ht/~emersion/pyonji/ as well which IMHO
simplifies things a lot when someone is used to a feature-branch workflow.
> --
> 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".
_______________________________________________
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".
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [FFmpeg-devel] [PATCH] doc/faq: Provide information about git send-email and gmail
2024-06-12 17:46 [FFmpeg-devel] [PATCH] doc/faq: Provide information about git send-email and gmail Michael Niedermayer
2024-06-12 18:23 ` epirat07
@ 2024-06-12 20:02 ` Stefano Sabatini
2024-06-12 22:28 ` Michael Niedermayer
1 sibling, 1 reply; 5+ messages in thread
From: Stefano Sabatini @ 2024-06-12 20:02 UTC (permalink / raw)
To: FFmpeg development discussions and patches
On date Wednesday 2024-06-12 19:46:59 +0200, Michael Niedermayer wrote:
> The 2 links are the clearest i found.
>
> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
> ---
> 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}.
> +
Should be good but I think it's more useful to put this close to
developers.texi - Submitting patches
_______________________________________________
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".
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [FFmpeg-devel] [PATCH] doc/faq: Provide information about git send-email and gmail
2024-06-12 18:23 ` epirat07
@ 2024-06-12 22:25 ` Michael Niedermayer
0 siblings, 0 replies; 5+ messages in thread
From: Michael Niedermayer @ 2024-06-12 22:25 UTC (permalink / raw)
To: FFmpeg development discussions and patches
[-- Attachment #1.1: Type: text/plain, Size: 1574 bytes --]
On Wed, Jun 12, 2024 at 08:23:08PM +0200, epirat07@gmail.com wrote:
>
>
> On 12 Jun 2024, at 19:46, Michael Niedermayer wrote:
>
> > The 2 links are the clearest i found.
> >
> > Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
> > ---
> > 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
>
> Good idea, maybe we should link to https://sr.ht/~emersion/pyonji/ as well which IMHO
> simplifies things a lot when someone is used to a feature-branch workflow.
i dont know that tool, and iam having too many things todo ATM to look
(i need to backport many patches and make new releases for example which is
more important)
so ill add the 2 links as it seems theres consensus on that step
and we can look at improving this later
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
He who knows, does not speak. He who speaks, does not know. -- Lao Tsu
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
[-- Attachment #2: Type: text/plain, Size: 251 bytes --]
_______________________________________________
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".
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [FFmpeg-devel] [PATCH] doc/faq: Provide information about git send-email and gmail
2024-06-12 20:02 ` Stefano Sabatini
@ 2024-06-12 22:28 ` Michael Niedermayer
0 siblings, 0 replies; 5+ messages in thread
From: Michael Niedermayer @ 2024-06-12 22:28 UTC (permalink / raw)
To: FFmpeg development discussions and patches
[-- Attachment #1.1: Type: text/plain, Size: 1555 bytes --]
On Wed, Jun 12, 2024 at 10:02:37PM +0200, Stefano Sabatini wrote:
> On date Wednesday 2024-06-12 19:46:59 +0200, Michael Niedermayer wrote:
> > The 2 links are the clearest i found.
> >
> > Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
> > ---
> > 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}.
> > +
>
> Should be good but I think it's more useful to put this close to
> developers.texi - Submitting patches
ok, ill move it there
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Modern terrorism, a quick summary: Need oil, start war with country that
has oil, kill hundread thousand in war. Let country fall into chaos,
be surprised about raise of fundamantalists. Drop more bombs, kill more
people, be surprised about them taking revenge and drop even more bombs
and strip your own citizens of their rights and freedoms. to be continued
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
[-- Attachment #2: Type: text/plain, Size: 251 bytes --]
_______________________________________________
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".
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-06-12 22:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-12 17:46 [FFmpeg-devel] [PATCH] doc/faq: Provide information about git send-email and gmail Michael Niedermayer
2024-06-12 18:23 ` epirat07
2024-06-12 22:25 ` Michael Niedermayer
2024-06-12 20:02 ` Stefano Sabatini
2024-06-12 22:28 ` Michael Niedermayer
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
ffmpegdev@gitmailbox.com
public-inbox-index ffmpegdev
Example config snippet for mirrors.
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git