We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68fb83b + 46b0585 commit 9a95a9fCopy full SHA for 9a95a9f
contrib/completion/git-completion.bash
@@ -515,7 +515,7 @@ __gitcomp_file ()
515
# argument, and using the options specified in the second argument.
516
__git_ls_files_helper ()
517
{
518
- if [ "$2" == "--committable" ]; then
+ if [ "$2" = "--committable" ]; then
519
__git -C "$1" -c core.quotePath=false diff-index \
520
--name-only --relative HEAD -- "${3//\\/\\\\}*"
521
else
0 commit comments