]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'vv/merge-squash-with-explicit-commit' into maint
authorJunio C Hamano <gitster@pobox.com>
Thu, 25 Jul 2019 21:27:10 +0000 (14:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Jul 2019 21:27:10 +0000 (14:27 -0700)
commit33f2790ecafd29b8551a290e566003b975807c61
tree1fb01d503bc1847a14b4e21cb5cb0a010f9c84ae
parentabbd50428e1215933f83a458f2842f5a6e0a21ee
parent1d14d0c9949c02260fe4f8b3a54a1b5c605823a2
Merge branch 'vv/merge-squash-with-explicit-commit' into maint

"git merge --squash" is designed to update the working tree and the
index without creating the commit, and this cannot be countermanded
by adding the "--commit" option; the command now refuses to work
when both options are given.

* vv/merge-squash-with-explicit-commit:
  merge: refuse --commit with --squash
Documentation/merge-options.txt
builtin/merge.c
t/t7600-merge.sh