OSDN Git Service

Merge branch 'et/add-chmod-x'
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 Jun 2016 16:56:49 +0000 (09:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Jun 2016 16:56:49 +0000 (09:56 -0700)
"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


Trivial merge