Xit
Xit copied to clipboard
Mac OS X Git GUI
Use a language server for source code hiliting etc Maybe use this server: https://github.com/RLovelett/langserver-swift
Allow multiple tabs for the history view, potentially containing: * History list with different settings - current/local branches only, etc * File log * Diff comparing specific commits This looks...
Add diffstats - a little bar graph for each file indicating the number of lines added and deleted. Ideas for where to put them: - Behind the file name in...
Recognize worktrees and treat them on par with the main worktree. No management features yet. - [ ] Use `git_repository_item_path` for finding files in the git directory. - [ ]...
- [ ] "Add worktree" command: choose destination, branch, and lock status & reason - [ ] Lock and unlock worktrees - [ ] Move worktrees - [ ] Delete...
API: https://confluence.jetbrains.com/display/TCD10/REST+API#RESTAPI-TriggeringaBuild - [ ] "Trigger build" command in the sidebar context menu for appropriate branches - [ ] Show a detail sheet with comment field - [ ] Start...
After deleting a branch, the sidebar sometimes fails to refresh, which can lead to actions on a non-existent branch.
Let the user specify a list of build configurations to exclude when reporting build status. In the build status popover, indicate when there are hidden builds and provide a way...
Building on #360, where PRs are shown if they are from an existing remote - [ ] In the remote sidebar item, when there are pull requests, add a button...
(after #361 ) - [ ] Window menu command that opens the repository list - [ ] Show repositories from at least one service (GitHub, Bitbucket, etc) - [ ]...