Skip to content

Slowdown from unstaged files #8

Description

@ProgramMax

The command prompt currently has 1 very slow action.

When checking for unstaged files that have never been tracked in the git repo, it has to ask the OS for a list of files from each directory.

We could potentially not have that step. Or we could get the results async (apparently not available in bash).

Evaluate a few different options.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions