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 3bf421e commit 3954068Copy full SHA for 3954068
contrib/completion/git-completion.bash
@@ -1658,7 +1658,7 @@ _git_notes ()
1658
__gitcomp '--ref'
1659
;;
1660
,*)
1661
- case "${words[cword-1]}" in
+ case "$prev" in
1662
--ref)
1663
__gitcomp_nl "$(__git_refs)"
1664
@@ -1684,7 +1684,7 @@ _git_notes ()
1684
prune,*)
1685
1686
*)
1687
1688
-m|-F)
1689
1690
0 commit comments