Skip to content

Commit 7a3b694

Browse files
authored
Merge pull request #4806 from Byron/show-git
Trace the `git` binary path (#3601)
2 parents e62acb1 + fe970e1 commit 7a3b694

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/gitbutler-tauri/src/main.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ fn main() {
6262
let app_handle = tauri_app.handle();
6363

6464
logs::init(&app_handle, performance_logging);
65+
tracing::info!(
66+
"system git executable for fetch/push: {git:?}",
67+
git = gix::path::env::exe_invocation(),
68+
);
6569

6670
// On MacOS, in dev mode with debug assertions, we encounter popups each time
6771
// the binary is rebuilt. To counter that, use a git-credential based implementation.

0 commit comments

Comments
 (0)