We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git
1 parent c2a662e commit fe970e1Copy full SHA for fe970e1
crates/gitbutler-tauri/src/main.rs
@@ -62,6 +62,10 @@ fn main() {
62
let app_handle = tauri_app.handle();
63
64
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
+ );
69
70
// On MacOS, in dev mode with debug assertions, we encounter popups each time
71
// the binary is rebuilt. To counter that, use a git-credential based implementation.
0 commit comments