Merge branch 'nd/checkout-noisy'
authorJunio C Hamano <gitster@pobox.com>
Mon, 14 Jan 2019 23:29:28 +0000 (15:29 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Jan 2019 23:29:29 +0000 (15:29 -0800)
commit4084df42c26bfd1ff192abf9807a648d89cc81ab
tree23c52f617af81887d1a0a26bb5d31612fd47010c
parentd4c90270215ba5600ca9cab69185da2027bbf892
parent774d44cc18fe23e384b14535df00f4ef2995f8dd
Merge branch 'nd/checkout-noisy'

"git checkout [<tree-ish>] path..." learned to report the number of
paths that have been checked out of the index or the tree-ish,
which gives it the same degree of noisy-ness as the case in which
the command checks out a branch.

* nd/checkout-noisy:
  t0027: squelch checkout path run outside test_expect_* block
  checkout: print something when checking out paths
apply.c
builtin/checkout-index.c
builtin/checkout.c
entry.c
unpack-trees.c