Suppress Git checkout messages #47
Labels
No labels
Bug
Cannot Resolve
Completed
Enhancement
Important
Question
Resolved
Security Issue
Suggestion
Todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Nosial/ncc#47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Git checkout messages muddy ncc installation logs.
changed title from Git checkout{-s-} messages{- are not suppressed-} to {+Suppress +}Git checkout messages
As described in the message, as far as I'm aware the only way to suppress that message is by altering the configuration file for git. However, I don't want ncc to be making changes to the user's configuration file. So I propose two solutions
assigned to @netkas
Maybe just route all STDIN to /dev/null or a logfile?