Re: [PATCH 0/2] completion: teach rebase and archive to use __gitcomp_builtin
From: Junio C Hamano <hidden> Date: 2019-09-12 20:44:56
Denton Liu [off-list ref] writes:
Currently, the completion function for rebase and archive don't take
advantage of __gitcomp_builtin(). Teach them to use it so that future
changes to options will automatically be included by the completion
script with no extra work.