So I have a simple git-find working, and now I want to use
it to rip out some patches I am interested in. The repository I am working on has a lot of uninteresting deltas
in it that I don’t care about. I am actually only interesting in backporting an interface change in one file
from the klipsng
branch:
$ git-find klipsng --file linux/net/ipsec/ipsec_sa.c
...
This works as advertised, I get a list of revisions that altered that file. The current git command line parsing does not allow me to do much with this however.