Dne 31. 08. 23 v 13:04 Oswald Buddenhagen napsal(a): > On Thu, Aug 31, 2023 at 11:49:10AM +0200, Vít Ondruch wrote: >> $ git extract-filenames-from-patch 791.patch >> >> 0001-Fix-Minitest-constant-name-in-tests.patch >> > `git log --pretty=format:%f` does that. > of course you need to apply the patch first for that to work That (applying the patch) is the problem actually. I am looking for functionality like this in the context of  Fedora packaging, where we work with source tarballs. Therefore I don't typically have an repository around. And if I had a repository, I could possibly use `git format-patch`. Vít