From bed4e91681ca5d5a54c2de171e1b25f98c85619e Mon Sep 17 00:00:00 2001 From: Tobias Schulte Date: Wed, 18 Sep 2019 16:27:23 +0200 Subject: github #38: fix completion text for git update-index --chmod --- ChangeLog | 5 +++++ Completion/Unix/Command/_git | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dabbaeb2f..76333eb22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-09-18 Tobias Schulte + + * github #38: Completion/Unix/Command/_git: fix completion text + for git update-index --chmod + 2019-09-06 Daniel Hahler * 44722: Completion/Unix/Command/_make: use --always-make diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 8b5c86642..afe62915d 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -4896,7 +4896,7 @@ _git-update-index () { '--ignore-missing[ignore missing files when refreshing the index]' \ '*--cacheinfo[insert information directly into the cache]: :_guard "[0-7]#" "octal file mode": :_guard "[[\:xdigit\:]]#" "object id": :_files' \ '(: -)--index-info[read index information from stdin]' \ - '--chmod=-[set execute permissions on updated files]:permission:((-x\:executable +x\:"not executable"))' \ + '--chmod=-[set execute permissions on updated files]:permission:((+x\:executable -x\:"not executable"))' \ '( --no-assume-unchanged)--assume-unchanged[set "assume unchanged" bit for given paths]' \ '(--assume-unchanged )--no-assume-unchanged[unset "assume unchanged" bit for given paths]' \ '(-q --unmerged --ignore-missing --refresh)--really-refresh[refresh index, unconditionally checking stat information]' \ -- cgit 1.4.1