You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the if statement can be removed.
Its value should be calculated independently of the input format (plain/html).
It's a helper variable to be used in subRenderers to left-align the lines in the output.
I've updated the change log in the master branch directly.
I hope it's OK like this.
Maybe we can create a script or something which prepends the change log with commit messages.
Something like $ git log $(git describe --tags --abbrev=0)..HEAD --pretty=format:"%s" -i -E --grep="SOME REGEX HERE" > afile.txt
php-diff/lib/jblond/Diff/Renderer/MainRenderer.php
Line 59 in 3940323
I think the if statement can be removed.
Its value should be calculated independently of the input format (plain/html).
It's a helper variable to be used in subRenderers to left-align the lines in the output.
Also at InlineCli.php
php-diff/lib/jblond/Diff/Renderer/Text/InlineCli.php
Line 99 in 3940323
The second parameter of
str_repeat
should be 0 at least.or it'll generated a warning.
The same goes for line 119, 143, 197 of this file.
The text was updated successfully, but these errors were encountered: