git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* git-gui: How to configure for use in gigantic projects?
@ 2020-10-30 10:16 Birger Skogeng Pedersen
  2020-10-30 10:30 ` Konstantin Tokarev
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Birger Skogeng Pedersen @ 2020-10-30 10:16 UTC (permalink / raw)
  To: Git List

Hi,

I would like to use git gui for a project. The problem is that the
repository directory is really gigantic. Doing a scan (F5) takes a
couple of minutes to finish.

I would like the scan to only focus on files that are specifically
added to the index. In git I do this:

git config status.showUntrackedFiles no

git status will then only show status of files that I have
specifically added. So git status completion is instant.

But this configuration appears to have no effect on git-gui. The scan
is just as slow as before.

Anything I can do to make git-gui only scan files that are
specifically added, and not look through the whole directory?

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

end of thread, other threads:[~2020-10-30 14:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-30 10:16 git-gui: How to configure for use in gigantic projects? Birger Skogeng Pedersen
2020-10-30 10:30 ` Konstantin Tokarev
2020-10-30 10:58 ` Pratyush Yadav
2020-10-30 11:11   ` Birger Skogeng Pedersen
2020-10-30 14:06 ` Marc Branchaud

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).