builder: Prune old branches when updating mirror

tingping/wmclass
Alexander Larsson 2015-12-04 08:51:14 +01:00
parent 374e7d1166
commit ab7699bb04
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ git_mirror_repo (const char *repo_url,
{
g_print ("Fetching git repo %s\n", repo_url);
if (!git (mirror_dir, NULL, error,
"fetch", NULL))
"fetch", "-p", NULL))
return FALSE;
}