Xit
Xit copied to clipboard
Mac OS X Git GUI
When the user clicks on a hunk link to go to the commit where those lines were introduced, the new blame display should be scrolled to show those lines.
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...
- [ ] Allow selecting multiple files in the staging list. - [ ] Add a "stage selected files" command to stage only the selected files.
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...
This happens OOTB after issue #336 was resolved: ``` Undefined symbols for architecture x86_64: "_SSLClose", referenced from: _stransport_close in libgit2.a(stransport_stream.c.o) "_SSLCopyPeerTrust", referenced from: _stransport_connect in libgit2.a(stransport_stream.c.o) _stransport_certificate in libgit2.a(stransport_stream.c.o) "_SSLCreateContext",...
#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...
Right clicking a ref token in history view should show the same popup menu as the sidebar.
Implement `git revert` (with and without `-n`) on the selected commit.
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.
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.