]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
tools: moveconfig: show result of header cleaning in unified diff
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 25 Jul 2016 10:15:25 +0000 (19:15 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 5 Aug 2016 11:27:16 +0000 (07:27 -0400)
commitf2f6981a149572675ec7e59a33fb414440364739
tree77fa61c06d7d3ad8d58d6e0ef4b9c41e922d6546
parent8ba1f5de4571566be12efaffdad404a506b978e3
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>
tools/moveconfig.py