From: Nguyễn Thái Ngọc Duy Date: Fri, 9 Feb 2018 11:01:45 +0000 (+0700) Subject: completion: use __gitcomp_builtin in _git_am X-Git-Tag: v2.17.0-rc0~7^2~39 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/be3ce6b2505467d445c671feeb76e7ad1c40aee7?ds=inline;hp=be3ce6b2505467d445c671feeb76e7ad1c40aee7 completion: use __gitcomp_builtin in _git_am The new completable options are: --directory --exclude --gpg-sign --include --keep-cr --keep-non-patch --message-id --no-keep-cr --patch-format --quiet --reject --resolvemsg= In-progress options like --continue will be part of --git-completion-helper then filtered out by _git_am() unless the operation is in progress. This helps keep marking of these operations in just one place. Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano ---