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.
2 parents 00fadef + 0066a0e commit 02ee544Copy full SHA for 02ee544
crates/gitbutler-project/src/controller.rs
@@ -330,7 +330,7 @@ pub fn is_gerrit_remote(repo: &gix::Repository) -> anyhow::Result<bool> {
330
use gix::{bstr::ByteSlice, remote::Direction};
331
332
// Magic refspec that we use to determine if the remote is a Gerrit remote
333
- let gerrit_notes_ref = "refs/notes/review";
+ let gerrit_notes_ref = "refs/meta/config";
334
335
let remote_name = repo
336
.remote_default_name(Direction::Fetch)
0 commit comments