Track only branches by default
This commit is contained in:
parent
7e0bf21223
commit
af159fcf07
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ impl Default for RawServerRepo {
|
|||
name: None,
|
||||
update: Duration::from_secs(60),
|
||||
fetch_url: None,
|
||||
fetch_refspecs: vec!["+refs/*:refs/*".to_string()],
|
||||
fetch_refspecs: vec!["+refs/heads/*:refs/heads/*".to_string()],
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue