Hi Junio, On Fri, 27 Jul 2018, Junio C Hamano wrote: > Ævar Arnfjörð Bjarmason writes: > > > Count me in the "this is useful" camp, but also I did look at the latest > > submission this time around, but had nothing to say, so I didn't say > > anything :) > > Please make it a habit to do say something to show that you did > carefully review the series especially in such a case, which helps > to differentiate a change that is interesting to nobody, and one > that is so obviously well done that there is nothing to add. > > What I have been doing from time to time, when I think there is > nothing bad in particular to point out, is to quote a part that is > especially tricky to get right and think it aloud to show how I > would reason why the result of the change is correct. This type of > review helps in two and a half ways: > > (1) We can see a correction to what the reviewer said, which could > lead to further improvement ("no, the code does not quite work > that way, so it is still buggy", or "no, the code does not work > that way, but triggering that bug is impossible because the > caller high above will not call us in that case", etc.), > > (2) The reviewer can demonstrate to others that s/he understands > the area being touched well enough to explain how it works > correctly, and a "looks good to me" comment from the reviewer > on that change becomes more credible than a mere "looked good > and I have nothing else to add". > > Thanks. FWIW I picked up your Asciidoc-underline fix, and I also fixed a typo in a commit message (you may want to pick that up, too, unless you want me to send a full new iteration, I don't care either way): -- snipsnap -- 11: bf0a5879361 ! 11: 0c1f5db5d01 range-diff: add tests @@ -3,7 +3,7 @@ range-diff: add tests These are essentially lifted from https://github.com/trast/tbdiff, with - light touch-ups to account for the command now being names `git + light touch-ups to account for the command now being named `git range-diff`. Apart from renaming `tbdiff` to `range-diff`, only one test case needed