1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-12 15:16:09 +02:00
git/perl/Git
Junio C Hamano 2733ec2409 Merge branch 'so/log-m-implies-p' into next
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"
2021-05-28 13:13:25 +09:00
..
LoadCPAN perl: check for perl warnings while running tests 2020-10-21 23:11:48 -07:00
SVN Merge branch 'jk/perl-warning' 2020-11-09 14:06:25 -08:00
I18N.pm perl: use mock i18n functions under NO_GETTEXT=Y 2021-05-06 12:58:33 +09:00
IndexInfo.pm perl: check for perl warnings while running tests 2020-10-21 23:11:48 -07:00
LoadCPAN.pm perl: check for perl warnings while running tests 2020-10-21 23:11:48 -07:00
Packet.pm perl: check for perl warnings while running tests 2020-10-21 23:11:48 -07:00
SVN.pm git-svn: stop passing "-m" to "git rev-list" 2021-05-21 09:24:14 +09:00