Gentoo Archives: gentoo-user

From: shawn wilson <ag4ve.us@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] git log kernel
Date: Wed, 27 Mar 2013 18:27:55
Message-Id: CAH_OBieKSqDqdXyc=SDeiEOmXtx4C9KKAvMhzFLx0ZZ0NG8Gvw@mail.gmail.com
1 Is there a way I can get git to only show commits for lines that are
2 evaluated after #ifdef, #ifndef, etc? Maybe I can preparse (strip out
3 code) with gcc and then have some git magic to show me what I want?
4
5 If I do:
6
7 git log v3.8..v3.8.4
8
9 I get about a fourth of the stuff that I don't care about. Plus, it
10 might be nice to see code changes from parts that I don't currently
11 use (maybe something was experimental that is now ready to go).