Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
package main
import (
"github.com/ClickHouse/ClickHouse/programs/diagnostics/cmd"
)
func main() {
cmd.Execute()
}