Skip to content

Conversation

@crazy-max
Copy link
Member

There are some cases where Git operations can be slow. For example checking dirty state can take more than 1 minute on WSL2 for fs operations on NTFS folders before the build even starts: microsoft/WSL#4197

$ cd /mnt/c/github.com/moby/moby
$ time git -c log.showSignature=false status --porcelain --ignored >/dev/null
real    1m5.620s
user    0m0.387s
sys     0m59.010s

Signed-off-by: CrazyMax crazy-max@users.noreply.github.com

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
@crazy-max crazy-max marked this pull request as draft December 15, 2022 19:14
@crazy-max crazy-max deleted the git-timeout branch December 16, 2022 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant