Re: [PATCH v2 13/41] completion: use __gitcomp_builtin in _git_commit

2018-01-31 Thread Eric Sunshine
On Wed, Jan 31, 2018 at 6:05 AM, Nguyễn Thái Ngọc Duy wrote: > The new comletable options are: s/comletable/completable/ > --branch > --gpg-sign > --long > --no-post-rewrite > --null > --porcelain > --status > > --allow-empty is no longer completable because it's a hidden

[PATCH v2 13/41] completion: use __gitcomp_builtin in _git_commit

2018-01-31 Thread Nguyễn Thái Ngọc Duy
The new comletable options are: --branch --gpg-sign --long --no-post-rewrite --null --porcelain --status --allow-empty is no longer completable because it's a hidden option since 4741edd549 (Remove deprecated OPTION_BOOLEAN for parsing arguments - 2013-08-03) Signed-off-by: Nguyễn Thái Ngọc Duy