Re: [PATCH v3] wt-status: use settings from git_diff_ui_config

2018-05-04 Thread Elijah Newren
On Fri, May 4, 2018 at 4:12 AM, Eckhard S. Maaß wrote: > If you do something like > > - git add . > - git status > - git commit > - git show (or git diff HEAD) > > one would expect to have analogous output from git status and git show > (or similar diff-related programs). This is g

[PATCH v3] wt-status: use settings from git_diff_ui_config

2018-05-04 Thread Eckhard S. Maaß
If you do something like - git add . - git status - git commit - git show (or git diff HEAD) one would expect to have analogous output from git status and git show (or similar diff-related programs). This is generally not the case, as git status has hard coded values for diff rela