* Sends upstream id on a local branch ref to graph
* Avoids creating (allocating) & spreading an object
* Updates graph dependency
---------
Co-authored-by: Eric Amodio <eamodio@gmail.com>
- Honors `createBranch` flag for naming the worktree folder
- Falls back to the qualified remote branch name if the branch name already exists
- Always uses the qualified remote branch name via GHPR command
* Use stored cache of repo visibility
* Add commands to clear cache
* Fix cache name
* Extracts cache key into function for consistency
* Update command wording
---------
Co-authored-by: Eric Amodio <eamodio@gmail.com>
* Move head to "always on", stashes to default on marker settings
* Add plumbing for minimap marker settings
* Sends settings through to the markers calculation logic
* Add activity column settings and toggling
* Add colors for the column
* Mutes the bar colors
* Renames column to "changes"
* Hides the column by default
* Remove redundant css properties
* Use vscode colors
* Put colors and other params directly into graph style
* Bumps graph dependency
* Setup hard-coded colors for scrollbar markers
* Add upstream for local refs and current for upstream remote
* Add setting to toggle the feature
* Removes tag markers and sets selection color
* Updates marker names
* Pluralizes some marker names
* Remove redundant css properties
* Use markers in settings
* Match minimap hues
* Restore space
* Fix typo
* Bump graph dependency
* Avoids extra array copying
---------
Co-authored-by: Eric Amodio <eamodio@gmail.com>