Ignore pre-commit all signing log from environment variable#665
Conversation
Hide all signing messages not from CLI flags.
There was a problem hiding this comment.
Pull request overview
This PR changes the method of suppressing git signature logs from using a command-line flag to using an environment variable, making the configuration apply to all git commands in the script.
Changes:
- Added
GIT_CONFIG_PARAMETERSenvironment variable export to globally suppress git signature logs - Removed the
-c log.showSignature=falseCLI flag from the git log command
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
WalkthroughThe script Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Hide all signing messages not from CLI flags.