node: Make sure not to prune on initial fetch
modified node/src/storage/git.rs
@@ -380,6 +380,7 @@ impl<'r> WriteRepository<'r> for Repository {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -391,9 +392,13 @@ impl<'r> WriteRepository<'r> for Repository {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|