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.
1 parent 67f1fe5 commit ba7906fCopy full SHA for ba7906f
contrib/completion/git-completion.bash
@@ -939,7 +939,7 @@ _git_log ()
939
local cur="${COMP_WORDS[COMP_CWORD]}"
940
local g="$(git rev-parse --git-dir 2>/dev/null)"
941
local merge=""
942
- if [ -f $g/MERGE_HEAD ]; then
+ if [ -f "$g/MERGE_HEAD" ]; then
943
merge="--merge"
944
fi
945
case "$cur" in
@@ -1681,7 +1681,7 @@ _gitk ()
1681
1682
1683
1684
1685
1686
1687
0 commit comments