I need to use git format-patch
to download multi a commits depend on from some SHA to other SHA ... Not single diff patch ...
for example I want to download from this source https://github.com/GStreamer/gstreamer/commits/main?after=93b896eb4edc035d9ccc56a680a34e83aa18bb42+34&branch=main&qualified_name=refs%2Fheads%2Fmain
I need to download all commits from (pbutils: descriptions: add meta/x-klv) to (ci: Bump meson to 0.62.2 in Fedora docker images) only ?!! This is just example !!