]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'et/add-chmod-x' into maint
authorJunio C Hamano <gitster@pobox.com>
Wed, 6 Jul 2016 20:06:39 +0000 (13:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Jul 2016 20:06:39 +0000 (13:06 -0700)
commitc8b080af7108744299e26e8d38cb6587b933f9fc
tree4854d78f67e5235d1aced705af3169b4185e8aac
parent1f5d429e4a15e909214785e30bb81168932fdc54
parent4e55ed32db81d06a4f618e2cc0f9da0e223ae304
Merge branch 'et/add-chmod-x' into maint

"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