Merge branch 'so/log-m-implies-p'
authorJunio C Hamano <gitster@pobox.com>
Mon, 14 Jun 2021 04:33:27 +0000 (13:33 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Jun 2021 04:33:27 +0000 (13:33 +0900)
commit8e444e66df45ee5bbe84af0d884c6625627219f3
tree49dfc39c29fa972df26bfe933d934fd8633038c7
parent169914ede2aa205c5500c7be0501889a8962dc24
parentf5bfcc823ba242a46e20fb6f71c9fbf7ebb222fe
Merge branch 'so/log-m-implies-p'

The "-m" option in "git log -m" that does not specify which format,
if any, of diff is desired did not have any visible effect; it now
implies some form of diff (by default "--patch") is produced.

* so/log-m-implies-p:
  diff-merges: let "-m" imply "-p"
  diff-merges: rename "combined_imply_patch" to "merges_imply_patch"
  stash list: stop passing "-m" to "git log"
  git-svn: stop passing "-m" to "git rev-list"
  diff-merges: move specific diff-index "-m" handling to diff-index
  t4013: test "git diff-index -m"
  t4013: test "git diff-tree -m"
  t4013: test "git log -m --stat"
  t4013: test "git log -m --raw"
  t4013: test that "-m" alone has no effect in "git log"
Documentation/diff-options.txt
builtin/stash.c
revision.h