completion: simplify _git_notes
[gitweb.git] / contrib / completion / git-completion.bash
index 0d858cacceb54c921e16db99f609b8d1b1163c08..37bf4a64d390d5d3ea7a3fea4ea3cd4ad4e3cf11 100644 (file)
@@ -1836,19 +1836,11 @@ _git_notes ()
        add,--reedit-message=*|append,--reedit-message=*)
                __git_complete_refs --cur="${cur#*=}"
                ;;
-       add,--*)
-               __gitcomp_builtin notes_add
-               ;;
-       append,--*)
-               __gitcomp_builtin notes_append
-               ;;
-       copy,--*)
-               __gitcomp_builtin notes_copy
-               ;;
-       prune,--*)
-               __gitcomp_builtin notes_prune
+       *,--*)
+               __gitcomp_builtin notes_$subcommand
                ;;
        prune,*)
+               # this command does not take a ref, do not complete it
                ;;
        *)
                case "$prev" in