Skip to content

Draft: git: Add config to disable all advice

Karthik Nayak requested to merge kn-fix-git-advice into master

By setting "advice.*" to "false", we disable all Git advice. The advice provided by Git, is useful for end users, whereas doesn't make much sense on the server side. Plus being on the user side of things, it is more susceptible to change, which can break our pipelines since we test error strings output by Git.

Merge request reports