Skip to content

Ref count should have an option flag #464

@jwu910

Description

@jwu910

With the release of 3.x, Check It Out should implement an option for the --count option flag that gets passed into the git ref command that populates the list of references. This was originally limited to 500 for performance reasons.

We can keep the 500 as the default, but now that a user can search and filter, we may want to provide the ability to set no-limit/get all branch references.

https://github.com/jwu910/check-it-out/blob/master/src/utils/git.js#L185

I suggest we consider parsing the options at app start and adding the count to a global config object.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestpinnedPinned issue

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions