Message ID | 20240612174659.1654256-1-michael@niedermayer.cc |
---|---|
State | New |
Headers | show |
Series | [FFmpeg-devel] doc/faq: Provide information about git send-email and gmail | expand |
Context | Check | Description |
---|---|---|
yinshiyou/make_loongarch64 | success | Make finished |
yinshiyou/make_fate_loongarch64 | success | Make fate finished |
andriy/make_x86 | success | Make finished |
andriy/make_fate_x86 | success | Make fate finished |
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".
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
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 [...]
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 [...]
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
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(+)