On Sat, Mar 24, 2018 at 4:35 PM, Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> wrote: > Many builtin commands use parseopt which supports expose the option s/expose/exposing/ maybe? > list via --git-completion-helper but do not have explicit support in > git-completion.bash. This patch detects those commands and uses > __gitcomp_builtin for option completion. > > This does not pollute the command name completion though. "git <tab>" > will show you the same set as before. This only kicks in when you type > the correct command name. > > Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>