I have made quite a big commit to a git repo (60 files changed, 1635 insertions(+), 3 deletions(-)) and now I realized I used spaces for indentation, while the rest of the code uses tabs.
So, I want to replace spaces for tabs, but only in the lines that were changed by that commit, because I don't want to modify other code that may use spaces.
How can I do that? I don't care whether it would modify the working directory or the original commit, either is fine.