Re: [PATCH] Create 'git gc' to perform common maintenance operations.
From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:47
Martin Waitz [off-list ref] writes:
On Wed, Dec 27, 2006 at 02:17:59AM -0500, Shawn O. Pearce wrote:
quoted
Junio asked for a 'git gc' utility which users can execute on a
regular basis to perform basic repository actions such as:
* pack-refs --prune
* reflog expire
* repack -a -d
what about doing "git-repack -a -d -l" by default?