Re: [PATCH] Allow git-repack to optionally run git-prune-packed.
From: Alex Riesen <hidden> Date: 2016-06-15 22:42:21
On 3/9/06, Martin Atukunda [off-list ref] wrote:
Your suggestion has merit, though it's different from the behaviour I
desired. I _sometimes_ need the pruning, and it felt appropriate to make
it an option as opposed to default behaviour.
What do you think?
I think that my patch didn't change the default. git-prune-packed is called
only if -d is given, which is not the default.