* Junio C Hamano <gitster@xxxxxxxxx> wrote: > "Shawn O. Pearce" <spearce@xxxxxxxxxxx> writes: > > > Junio noticed the bash completion has been taking a long time lately.... > > The credit actually goes to Ingo. > > > Petr Baudis tracked it down to 72e5e989b ("bash: Add space after > > unique command name is completed."). Tracing the code showed > > we spent significant time inside of this loop within __gitcomp, > > due to the string copying overhead.... > > ... > > Does this make things better? Or worse? I'm not seeing a huge > > difference on my own system. Maybe its too fast these days... > > Ingo, I understand you have stopped using the completion long time ago > due to this latency issue. Together with d773c63 (bash: offer only > paths after '--', 2008-07-08) that already is in 'maint' and 'master', > this hopefully would make the completion usable for you again? yeah. I've checked out the latest version and applied Shawn's patch and added the patched contrib/completion/git-completion.bash back to my .bashrc and i'm not seeing the latencies anymore. Thanks! Please consider this fixed - will follow up if there's any problem left. Ingo -- 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