Merge branch 'nd/checkout-m'

"git checkout -m <other>" was about carrying the differences between HEAD and the working-tree files forward while checking out another branch, and ignored the differences between HEAD and the index. The command has been taught to abort when the index and the HEAD are different. * nd/checkout-m: checkout: prevent losing staged changes with --merge read-tree: add --quiet unpack-trees: rename "gently" flag to "quiet" unpack-trees: keep gently check inside add_rejected_path

Junio C Hamano committed Apr 25, 2019 at 16:41 UTC 4a3ed2bec6031545aea38db10e443a979951346f

No changes.