SZEDER Gábor wrote: > On Sun, Jun 06, 2021 at 01:47:25PM -0500, Felipe Contreras wrote: > > Otherwise commands like 'for-each-ref' are not completed. > > I think you meant that options of commands like 'for-each-ref' are not > completed. The command itself can be completed just fine: > > $ git for<TAB> > for-each-ref format-patch Yes, I meant commands like 'for-each-ref' are not completed correctly... by __gitcomp_builtin. Which in practical tearms means what you just described above. -- Felipe Contreras