Merge branch 'jc/merge-refuse-new-root'
commitd04aa7ec4738f90220b9e205326f17938b8f89d4
authorJunio C Hamano <gitster@pobox.com>
Fri, 8 Apr 2016 21:29:11 +0000 (8 14:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Apr 2016 21:29:11 +0000 (8 14:29 -0700)
tree7be435da616d58dec183f8c6c8f1517819a2a626
parent72d917a7f9a5123ef7c0d6db306bbc0d385227e2
parente379fdf34fee96cd205be83ff4e71699bdc32b18
Merge branch 'jc/merge-refuse-new-root'

"git merge" used to allow merging two branches that have no common
base by default, which led to a brand new history of an existing
project created and then get pulled by an unsuspecting maintainer,
which allowed an unnecessary parallel history merged into the
existing project.  The command has been taught not to allow this by
default, with an escape hatch "--allow-unrelated-histories" option
to be used in a rare event that merges histories of two projects
that started their lives independently.

* jc/merge-refuse-new-root:
  merge: refuse to create too cool a merge by default
builtin/merge.c
t/t5500-fetch-pack.sh
t/t9400-git-cvsserver-server.sh