radicle/src/git: additionally specify pruneTags for remote
Ensure that, when adding a remote, pruneTags is set to false so
that tags are not pruned when fetching from a remote’s namespace.
1 file changed
+10
-3
646d4360
→
11e8b89b
modified crates/radicle/src/git.rs
@@ -597,7 +597,16 @@ pub fn configure_repository(repo: &git2::Repository) -> Result<(), git2::Error>
|
|
|
|
|
|
| + | |
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -613,11 +622,9 @@ pub fn configure_remote<'r>(
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
| + | |
|
|
|
|
|