Sergey Organov <sorganov@xxxxxxxxx> writes: > Junio C Hamano <gitster@xxxxxxxxx> writes: > >> Sergey Organov <sorganov@xxxxxxxxx> writes: >> >>>> I do not quite understand the last one (#4), >>> >>> Well, -m does not imply -p, whereas the rest of diff-merges options >>> (-c/--cc/--remerge-diff) do imply -p. This is what half of this >>> lengthy discussion was about. >>> >>>> own 4., it would be that introducing --diff-merges={kind} may have >>>> been a mistake. It would have been fine and better to just let >>>> users choose from whatever set of options we support, i.e. (-c, >>>> --cc, --remerge-diff, -m -p, -m --raw, ...). >> >>> It's fine with me that --cc is everything you need, but what I need is >>> rather diff to the first parent, ... >> >> I think "show --first-parent" should give that already. > > Well, for "git show" even "show -m" does the right thing (once properly > configured), as "-p" is implied by "git show". > > Taking "git show" into the picture brings yet another argument if favor > of new "-m" behavior, as then "git show -m" and "git log -m -n1" will > finally start to produce the same result, that I'd find desirable. > > That said, > > --diff-merges=first-parent > > that could be shortened to > > --diff-merges=1 > > is the universal answer that works out-of-the-box for any command the > same way, reliably, and then it's also > > -m -p > > if configured accordingly, that has been made available by previously > accepted patches. > > These series just did the last logical step: allowed it to be just > > -m > > if configured accordingly. > >> One problem with "-m implies -p" is that it is unclear what should be >> done to things like "-m --raw". > > Nothing specific is actually needed, as far as I'm aware, as implied -p > doesn't interfere with --raw. Please give particular example of a > problem if you foresee one. In fact there is already a test for it that I added some time ago (as well as for --stat), so a problem would have been caught. Please also notice that it was an agreed goal for "-m" to finally imply "-p" at that time: commit 48229c193d2e6e728d3243bacea2f1e1490ced8a Author: Sergey Organov <sorganov@xxxxxxxxx> Date: Fri May 21 00:46:55 2021 +0300 t4013: test "git log -m --raw" This is to ensure we won't break different diff formats when we start to imply "-p" by "-m". Signed-off-by: Sergey Organov <sorganov@xxxxxxxxx> Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx> Thanks, -- Sergey Organov