You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -847,7 +847,7 @@ fn run(
847
847
KeyCode::Enter => {
848
848
file_dialog.on_enter();
849
849
ifletSome(path) = &file_dialog.selection{
850
-
matchget_repo(path,false){
850
+
matchget_repo(path,false){
851
851
Ok(repo) => {
852
852
if repo.is_shallow(){
853
853
file_dialog.set_error(format!("{} is a shallow clone. Shallow clones are not supported due to a missing feature in the underlying libgit2 library.", repo.path().parent().unwrap().display()));
0 commit comments