I need to perform a specific kind of log using git.
I would like to know how can I find all commits ids that have insertions or deletions using a specific string (like 'my_table', for example) from a beginning date to an end one.
Is possible show the author and the lines changed on the context of the commits who matchs the query?
Someone know how can I do this?