David Catmull

Results 132 issues of David Catmull

When a repository window is actually a tab in a parent window, the states of the various splitters should be synced between those tabs - sidebar, history, etc. There should...

good first issue

- [ ] Allow selecting multiple files in the staging list. - [ ] Add a "stage selected files" command to stage only the selected files.

feature

In the history list, when a commit has multiple refs pointing to it, collapse them so that only one name is showing but others are indicated. Maybe (view setting/preference?) only...

idea

#129 addressed not crashing if you close while an operation (like the initial load) was ongoing. What we really need is to immediately abort potentially time consuming operations, like the...

task
internal

Right clicking a ref token in history view should show the same popup menu as the sidebar.

task

Implement `git revert` (with and without `-n`) on the selected commit.

task
feature

The branch popup in the title bar frequently gets into a state where the text is dimmed such that it looks disabled, but it's still enabled.

bug

With the addition of wrapping options, the preview options menu is getting too big. Making a popup menu hierarchical is undesirable, so a popover is probably the way to go.

idea

In the field for naming a new branch, it could auto-complete prefixes based on words that appear before slashes in other existing branch names (local and remote).

idea

With history loading in the background, tree view is blank, with no indication of what the delay is. History loading needs to not block other read-only operations.

bug