git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Bash completion doing full tree traversal?
@ 2013-09-08 12:12 Isaac Levy
  2013-09-16 15:54 ` Isaac Levy
  0 siblings, 1 reply; 4+ messages in thread
From: Isaac Levy @ 2013-09-08 12:12 UTC (permalink / raw)
  To: git

I experienced a weird stall from git bash completion:
$ git add p<TAB>

I did some investigation and found this call trace:

+ __git_index_files '--others --modified' ''
   ---> git ls-files --exclude-standard --others --modified

This bash function captures output of the git call and strips all but
the base directory or base filename.  The results are limited to
entries in the current directory.

Appears to be from fea16b47b603e and first released in v1.8.2 (I have 1.8.4).

Isaac

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-09-19 19:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-08 12:12 Bash completion doing full tree traversal? Isaac Levy
2013-09-16 15:54 ` Isaac Levy
2013-09-18 17:06   ` [PATCH] completion: improve untracked directory filtering for filename completion SZEDER Gábor
2013-09-19 19:31     ` Jonathan Nieder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).