From 20db6b6553c80e18afc4f43dc2495435f7477822 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 7 Apr 2017 09:52:10 +1200 Subject: lib/bb/siggen: show word-diff for single-line values containing spaces If a variable value has changed and either the new or old value contains spaces, a word diff should be appropriate and may be a bit more readable. Import the "simplediff" module and use it to show a word diff (in the style of GNU wdiff and git diff --word-diff). Also use a similar style diff to show changes in the runtaskhashes list. I didn't use an actual word-diff here since it's a little different - we can be sure that the list is a list and not simply a free-format string. Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- LICENSE | 2 ++ 1 file changed, 2 insertions(+) (limited to 'LICENSE') diff --git a/LICENSE b/LICENSE index 5d4a4c2a8..7d4e5f44b 100644 --- a/LICENSE +++ b/LICENSE @@ -15,3 +15,5 @@ Foundation and individual contributors. * QUnit is redistributed under the MIT license. * Font Awesome fonts redistributed under the SIL Open Font License 1.1 + +* simplediff is distributed under the zlib license. -- cgit 1.2.3-korg