gitx
gitx copied to clipboard
GitX (L) - A gitk clone for OS X
Hello, When I download the binary, my Mac is telling me "You can’t use this version of the application “GitX-2.app” with this version of macOS." I'm running HighSierra. Is there...
Any "file link" in the changes-of-a-commit view cannot jump, when the file's path contain substring "b/", e.g. file path cab/xxx.txt. However, if the path have a folder with name ended...
1. Make sure gitx is not running. 2. run gitx from terminal. Result: gitx launched as expected, but the 'open file dialog' shows and won't close, and I have to...
This helps enforce the "standard" git commit message format without splitting the textfield apart.
I have recently walked into a use case where it made my life _so much easier_ to have my diffs track renames in order for me to actually see the...
PBGitRevList.mm:15:10: 'ext/stdio_filebuf.h' file not found
Subj, [theRepository workingDirectory] was nill & ``` index = [[PBGitIndex alloc] initWithRepository:theRepository workingDirectory:[NSURL fileURLWithPath:[theRepository workingDirectory]]]; ``` in the PBGitCommitController's -initWithRepository:superController:
It would be awfully helpful to be able to visualize the abbreviated branch structure after the fashion of ``` gitk --all --simplify-by-decoration ```