Project

General

Profile

Bug #695

run git gc on all repos from cron

mtjm - almost 9 years ago - . Updated about 7 years ago.

Status:
fixed
Priority:
bug
Assignee:
% Done:

100%


Description

Without it, git pull and projects.parabola.nu are slow, and much more disk space is used.

Example command that does it:

for d in $(find /srv/git -name '*.git' -type d) ; do cd "$d" && sudo -u git git gc ; done

History

#1

Updated by lukeshu about 7 years ago

  • % Done changed from 0 to 100
  • Assignee set to lukeshu
  • Status changed from open to fixed

Implemented some time ago.

Also available in: Atom PDF