[PATCH v2] repack: Add option to preserve and prune old pack files

2017-03-10 Thread James Melvin
them. The strategy is to preserve old pack files around until the next repack with the hopes that they will become unreferenced by then and not cause any exceptions to running processes when they are finally deleted (pruned). Signed-off-by: James Melvin --- Documentation/git-repack.txt | 4

[PATCH] repack: Add options to preserve and prune old pack files

2017-03-07 Thread James Melvin
then and not cause any exceptions to running processes when they are finally deleted (pruned). Signed-off-by: James Melvin --- Documentation/git-repack.txt | 9 + builtin/repack.c | 38 -- 2 files changed, 45 insertions(+), 2 deletions