From 25ad534d6404e2aa39536df818371dcbbc928b52 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Mon, 12 Jun 2023 10:32:36 -0500 Subject: Check for 'git' before fetching/building grammars (#7320) Previously the error message for this potential failure-case was confusing: "no such file or directory". `hx -g fetch`, `hx -g build` and the helix-term builder should bail early if the git binary is not available.--- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 182eed9e..d86ba955 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1167,6 +1167,7 @@ dependencies = [ "threadpool", "toml", "tree-sitter", + "which", ] [[package]] -- cgit v1.2.3-70-g09d2