Thanh Pham
Thanh Pham
I also expected it to just work after updating git config to sign commits automatically and selecting the git executable in gitx preferences but sadly it didn't.
Can we create a "proxy" executable which simply adds -S option to `commit` and forwards all commands to the real git executable?
This is my first attempt https://github.com/T-Pham/gitgpgproxy The idea is to insert `-S` after the `commit-tree` subcommand, which is used by GitX when creating a new commit. However, GitX failed to...
I am running into this issue — Tests that use @SGNode annotation are not run. It seems to be a known issue?