-
-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
Description
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.
Reactions are currently unavailable