Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't show double error response in git hook #18292

Merged
merged 3 commits into from
Jan 16, 2022

Commits on Jan 16, 2022

  1. not show double error response in git hook

    if return a error message to cli, it will print it
    to stderr which is duplicate with our code (line 82
    in same file). so user will see two line same
    error message in git output. I think it's not mecessary,
    so suggerst not return error message to cli. Thanks.
    
    Signed-off-by: a1012112796 <1012112796@qq.com>
    a1012112796 committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    5bcd594 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    431d7d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e45ea0b View commit details
    Browse the repository at this point in the history