commit | f2f6981a149572675ec7e59a33fb414440364739 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Jul 25 19:15:25 2016 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 05 07:27:16 2016 -0400 |
tree | 77fa61c06d7d3ad8d58d6e0ef4b9c41e922d6546 | |
parent | 8ba1f5de4571566be12efaffdad404a506b978e3 [diff] |
tools: moveconfig: show result of header cleaning in unified diff The header cleanup feature of this tool now removes empty ifdef's, successive blank lines as well as moved option defines. So, we want to see a little more context to check which lines were deleted. It is true that we can see it by "git diff", but it would not work in the --dry-run mode. So, here, this commit. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>