call git remote prune to drop stale tracking branches
parent
4fe1eb7ab5
commit
0294fdfb5c
|
@ -28,6 +28,9 @@ while (<IN>) {
|
|||
print "$remote failed\n";
|
||||
}
|
||||
$error |= $r;
|
||||
|
||||
# drop stale tracking branches
|
||||
system("git", "remote", "prune", $remote);
|
||||
}
|
||||
}
|
||||
close IN;
|
||||
|
|
Loading…
Reference in New Issue