From: Junio C Hamano Date: Fri, 9 Sep 2016 04:35:54 +0000 (-0700) Subject: Merge branch 'sb/checkout-explit-detach-no-advice' into maint X-Git-Tag: v2.9.4~15 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/7c96471947c680d884e0ec7ea4f1087d14496f55?hp=--cc Merge branch 'sb/checkout-explit-detach-no-advice' into maint "git checkout --detach " used to give the same advice message as that is issued when "git checkout " (or anything that is not a branch name) is given, but asking with "--detach" is an explicit enough sign that the user knows what is going on. The advice message has been squelched in this case. * sb/checkout-explit-detach-no-advice: checkout: do not mention detach advice for explicit --detach option --- 7c96471947c680d884e0ec7ea4f1087d14496f55