"Shawn O. Pearce" <spearce@xxxxxxxxxxx> writes: > Eric Raible <raible@xxxxxxxxx> wrote: >> Signed-off-by: Eric Raible <raible@xxxxxxxxx> > > Trivially-Acked-by: Shawn O. Pearce <spearce@xxxxxxxxxxx> > > ;-) > > More completion support that probably should go to maint, as the > functionality in git-branch is in 1.5.6 but we (again) forgot to > make sure the completion was up-to-date prior to release. I am actually getting more worried about completion code getting larger and larger without its performance impact not being looked at nor addressed adequately. In my regular working tree: $ echo Docu<TAB> completes "mentation/" instantly, but: $ git log -- Docu<TAB> takes about 1.5 to 2 seconds to complete the same. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html