checkkconfigsymbols.py: find relevant commits
authorValentin Rothberg <valentinrothberg@gmail.com>
Mon, 1 Jun 2015 14:00:19 +0000 (16:00 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Aug 2015 00:16:58 +0000 (17:16 -0700)
commita42fa92ce77a9181f9baf57655acbb241ac4d306
tree7bbb6d5dd2e431e8c5160efa7ece478adf55b136
parentccf97fe3ddac231655f1f8cacede6182a167de8b
checkkconfigsymbols.py: find relevant commits

Add option -f/--find to find relevant commits when using the --diff
option.  --find is useful in case a user wants to check commits that
potentially cause a Kconfig symbol to be missing.  This is done via 'git
log -G $SYMBOL' (i.e., to get a list of commits that change $SYMBOL).
The relevant commits are printed below the "SYMBOL\tFILES" line,
followed by an empty line to increase readability.

Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
Acked-by: Stefan Hengelein <stefan.hengelein@fau.de>
Acked-by: Andreas Ruprecht <andreas.ruprecht@fau.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/checkkconfigsymbols.py