[FFmpeg-devel] [PATCH 7/9] MAINTAINERS: Update the entries for the release maintainer for FFmpeg
Steven Liu
lingjiujianke at gmail.com
Tue Jun 18 12:56:53 EEST 2024
Steven Liu <lingjiujianke at gmail.com> 于2024年6月18日周二 17:53写道:
>
> Michael Niedermayer <michael at niedermayer.cc> 于2024年6月17日周一 07:09写道:
> >
> > Ive been told that someone at the BCN video tech meetup claimed to be the
> > "release maintainer for FFmpeg".
> >
> > If you have any doubt who maintains releases, just do something like the following and look at the output:
> > VER=5.1
> > echo commiters ; git shortlog --group=committer -s n$VER..release/$VER -n ;\
> > echo authors ; git shortlog -s n$VER..release/$VER -n
>
> (base) MacBook-Pro:ffmpeg StevenLiu$ VER=5.1
> (base) MacBook-Pro:ffmpeg StevenLiu$ echo committers ; git shortlog
> --group=committer -s n$VER..release/$VER -n ;echo authors ; git
> shortlog -s n$VER..release/$VER -n
> committers
> fatal: ambiguous argument 'n5.1..release/5.1': unknown revision or
> path not in the working tree.
> Use '--' to separate paths from revisions, like this:
> 'git <command> [<revision>...] -- [<file>...]'
> authors
> fatal: ambiguous argument 'n5.1..release/5.1': unknown revision or
> path not in the working tree.
> Use '--' to separate paths from revisions, like this:
> 'git <command> [<revision>...] -- [<file>...]'
> (base) MacBook-Pro:ffmpeg StevenLiu$
This can fix the error message. not sure if this is right operation :D
echo committers ; git shortlog --group=committer -s
n$VER..remotes/origin/release/$VER -n ;echo authors ; git shortlog
-s n$VER..remotes/origin/release/$VER -n
>
>
>
> >
> > Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> > ---
> > MAINTAINERS | 8 +++++---
> > 1 file changed, 5 insertions(+), 3 deletions(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 41a98744adf..a82fa58c69f 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -536,10 +536,12 @@ wm4
> > Releases
> > ========
> >
> > +7.0 Michael Niedermayer
> > +6.1 Michael Niedermayer
> > +5.1 Michael Niedermayer
> > +4.4 Michael Niedermayer
> > +3.4 Michael Niedermayer
> > 2.8 Michael Niedermayer
> > -2.7 Michael Niedermayer
> > -2.6 Michael Niedermayer
> > -2.5 Michael Niedermayer
> >
> > If you want to maintain an older release, please contact us
> >
> > --
> > 2.45.2
> >
> > _______________________________________________
> > ffmpeg-devel mailing list
> > ffmpeg-devel at ffmpeg.org
> > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> >
> > To unsubscribe, visit link above, or email
> > ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
More information about the ffmpeg-devel
mailing list