completion: use __gitcomp_builtin in _git_reset

The new completable options are: --intent-to-add --quiet --recurse-submodules Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Nguyễn Thái Ngọc Duy committed Feb 9, 2018 at 18:02 UTC 39073104e2c2d1f700bc4c6d54424b81fab37eda
1 file changed +1 -1
contrib/completion/git-completion.bash
+1 -1
@@ -2685,7 +2685,7 @@ _git_reset ()
2685
2686 case "$cur" in
2687 --*)
2688 - __gitcomp "--merge --mixed --hard --soft --patch --keep"
2688 + __gitcomp_builtin reset
2689 return
2690 ;;
2691 esac