Xit icon indicating copy to clipboard operation
Xit copied to clipboard

Mac OS X Git GUI

Results 125 Xit issues
Sort by recently updated
recently updated
newest added

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.

task

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

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",...

build

#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