]> git.ipfire.org Git - thirdparty/git.git/commit - t/t4013/diff.log_-m_-p_master
Merge branch 'jk/log-fp-implies-m'
authorJunio C Hamano <gitster@pobox.com>
Tue, 18 Aug 2020 00:02:49 +0000 (17:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Aug 2020 00:02:49 +0000 (17:02 -0700)
commiteca8c62a50e033ce6a4f4e065bb507ca3d98e75c
treef36173d168e17cd1ac0ce95daa3c7351db14260e
parente6ec620d8b2d576908889476eb7da716d2e4bda2
parent5fbb4bc1910f76b344fcb88df2544701b6030435
Merge branch 'jk/log-fp-implies-m'

"git log --first-parent -p" showed patches only for single-parent
commits on the first-parent chain; the "--first-parent" option has
been made to imply "-m".  Use "--no-diff-merges" to restore the
previous behaviour to omit patches for merge commits.

* jk/log-fp-implies-m:
  doc/git-log: clarify handling of merge commit diffs
  doc/git-log: move "-t" into diff-options list
  doc/git-log: drop "-r" diff option
  doc/git-log: move "Diff Formatting" from rev-list-options
  log: enable "-m" automatically with "--first-parent"
  revision: add "--no-diff-merges" option to counteract "-m"
  log: drop "--cc implies -m" logic
Documentation/git-log.txt
Documentation/rev-list-options.txt
builtin/log.c
revision.c
revision.h
t/t4013-diff-various.sh
t/t4013/diff.log_--no-diff-merges_-p_--first-parent_master
t/t4013/diff.log_-p_--first-parent_master