I got to read the question How do I see which commits change a certain file? It's almost what I need in case I want to know if it's possible for me to get the last commit that changed any file I've changed.
Is this possible? Or do I have to give git log <arquivo>
to all the files I've changed and get the most recent commit?