Merge branch 'et/add-chmod-x'
commitc49fd57bf472143b1a0bbfb246c91e6ea0f06887
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 Jun 2016 16:56:49 +0000 (27 09:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Jun 2016 16:56:49 +0000 (27 09:56 -0700)
treef2d6588d8302f18d43beb1e4f285f034e3c38513
parent269085e16e26d5096b5458ae89d63eb27de26eb7
parent4e55ed32db81d06a4f618e2cc0f9da0e223ae304
Merge branch 'et/add-chmod-x'

"git update-index --add --chmod=+x file" may be usable as an escape
hatch, but not a friendly thing to force for people who do need to
use it regularly.  "git add --chmod=+x file" can be used instead.

* et/add-chmod-x:
  add: add --chmod=+x / --chmod=-x options