1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-20 06:56:05 +02:00

github #38: fix completion text for git update-index --chmod

This commit is contained in:
Tobias Schulte 2019-09-18 16:27:23 +02:00 committed by Daniel Shahaf
parent 597acaab4f
commit bed4e91681
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2019-09-18 Tobias Schulte <tobias.schulte@gliderpilot.de>
* github #38: Completion/Unix/Command/_git: fix completion text
for git update-index --chmod
2019-09-06 Daniel Hahler <zsh@thequod.de>
* 44722: Completion/Unix/Command/_make: use --always-make

View File

@ -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]' \