Is there any way I can check for whitespace/tab (i.e. don't use tab, use spaces instead, and do have end of line space) in my git commits?
I have ~ 10 commits, I want to double check them before I push.
What Git mechanism should apply for this case?