Commit 0a287a06 authored by Yorick Peterse's avatar Yorick Peterse

Merge branch 'gc-prune-after-all' into 'master'

Prune during 'git gc' after all

See merge request !48
parents b8dffd83 d5fb181e
......@@ -358,7 +358,7 @@ class GitlabProjects
$logger.error "gc failed: destination path <#{full_path}> does not exist."
return false
end
cmd = %W(git --git-dir=#{full_path} gc --no-prune)
cmd = %W(git --git-dir=#{full_path} gc)
system(*cmd)
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment