Is there a way I can get git to only show commits for lines that are evaluated after #ifdef, #ifndef, etc? Maybe I can preparse (strip out code) with gcc and then have some git magic to show me what I want?
If I do: git log v3.8..v3.8.4 I get about a fourth of the stuff that I don't care about. Plus, it might be nice to see code changes from parts that I don't currently use (maybe something was experimental that is now ready to go).