Add GitComet to list of Git GUIs#2143
Conversation
|
I went through the source code and it looks solid overall. No telemetry, no license enforcement, and the input sanitization is generally careful (the clone URL validation rejects A few things I noticed: there is an automatic update check on startup that contacts Credentials (SSH passphrases, tokens) are passed to child Git processes via environment variables rather than stdin or a credential helper. That is visible to same-user processes via The On the YAML: the |
|
@dscho Thanks for the feedback! The YAML has now been updated to be more in line with existing entries on git-scm.com. |
|
@quakj thanks! Personally, I'd be okay with merging this, but I do not want to make this kind of decisions alone. I think I want at least one more person with write permission in this repository to chime in. |
Changes
Context
GitComet is a Git client written in Rust that started from frustration with existing tools on huge codebases like Chromium. After no existing alternative was found that matched a familiar user interface and could stay responsive and functional when browsing large repositories and file diffs GitComet was born. This PR adds the required metadata file and screenshots for a listing to git-scm.com.