Xit
Xit copied to clipboard
Mac OS X Git GUI
In the build status popover, have two sections: Current for builds based on the last push, and Older for other builds.
Trailers are metadata stored at the end of a commit message, usually in the format `: `. For example, the official Git repository uses trailers such as "Signed-off-by" and "Reported-by"....
I ran into a few issues trying to build Xit natively for Apple silicon. Most of these were, because the default homebrew root changed from "/usr/local" to "/opt/homebrew". I also...
This project looks really interesting. Unfortunately, downloading [1.0b16](https://github.com/Uncommon/Xit/releases/tag/1.0b16) from the Releases page I am unable to launch the application. From the crash report: ``` ... Termination Reason: Namespace DYLD, Code...
Currently, remote icons are hard-coded with explicit exceptions for GitHub, GitLab, and BitBucket. Instead, the site's favicon could be displayed. * Do an http HEAD request for the site's root...
- [ ] Indicate signed tags in the sidebar - [ ] Verify signed tags (in the background, starting when they are displayed in the sidebar) - [ ] Indicate...
- [ ] Show an icon in the history list for signed commits - [ ] Add an option to sign when committing (if a signature is available) - [...
Hard to reproduce. Scenario was something like: - Stage some files - Reset a file - Staging display went weird with random files - Crash inside `GitIndex()` -> `git_index_read()` ->...