> > * sb/submodule-doc (2017-06-13) 1 commit > - submodules: overhaul documentation > > Doc update. > > Waiting for discussion to settle. Please hold back, this definitely needs another version. > * sb/diff-color-move (2017-06-01) 17 commits > - diff.c: color moved lines differently > ... > "git diff" has been taught to optionally paint new lines that are > the same as deleted lines elsewhere differently from genuinely new > lines. > > Is any more update coming? Yes. I do have a series locally that replaces "diff_line" with "emitted_string" (but the same structure) and also changed the algorithm to have 8 colors configurable. But then I got dragged away in "doing it right", which will be presented shortly with a different approach for the first patches and how they are refactored. So the refactoring of that is done and I need to apply the patches that bring in the new functionality on top. Thanks, Stefan