Subject: [RFC v2] git-secure: extend interactive authentication to more Git operations To: git@xxxxxxxxxxxxxxx From: Victor Duprez <duprezvictor4@xxxxxxxxx> Hello Git community, Following up on my initial RFC [1], I would like to submit a v2 of the git-secure concept â?? a secure wrapper for sensitive Git operations. ð??? Whatâ??s changed: - Support for more operations: now also covers pull, fetch, and submodule updates. - Verifies token validity before proceeding. - Shows explicit error messages on authentication failure. - English & French READMEs added, with usage examples. - Working script and repo here: https://github.com/VictorNafs/git-secure-hub ð??¬ I would greatly appreciate feedback on: - Making this concept native (via optional plumbing commands or flags), - Security model consistency with Gitâ??s philosophy, - Integration possibilities or risks. Thanks again for your attention and guidance. Best regards, Victor Duprez [1] https://lore.kernel.org/git/1753544769-115114@smtp-cli