• J
    Merge branch 'vv/merge-squash-with-explicit-commit' into maint · 33f2790e
    Junio C Hamano 提交于
    "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
    33f2790e
merge.c 46.0 KB