Add Gitember Git GUI client#2146
Conversation
|
I did a code review and found something that I think is a showstopper. In StoredConfig fbcOrig = SystemReader.getInstance().getUserConfig();
fbcOrig.setBoolean(Const.Config.HTTP, null, Const.Config.SLL_VERIFY, false);
fbcOrig.save();This disables TLS certificate verification in the user's global JGit config, and because Beyond that, there are a few other concerns. The "secret leak detection" feature (advertised in v3.1) is partially broken: the The app also auto-downloads Ollama from Credentials (passwords, tokens, key passphrases) are stored in I should also mention: the I appreciate the long development history (the repo goes back to 2016) and the Apple notarization, but the |
Changes
Two files added
which are describes Gitember Git GUI client
Context
Gitember Git GUI client