Merge branch 'dk/gc-idx-wo-pack' into maint
commitb50ceab48f46a74571ee2a89048563dd5d3322b9
authorJunio C Hamano <gitster@pobox.com>
Fri, 4 Dec 2015 19:33:07 +0000 (4 11:33 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Dec 2015 19:33:08 +0000 (4 11:33 -0800)
tree21275fc64df75a448de3b2a00802ec2c2dfc32d9
parent908a6e4156dff47d4877478383fd4b79592010e2
parent478f34d2b6ea13d5f56ecec04de7ca7ce18367c0
Merge branch 'dk/gc-idx-wo-pack' into maint

Having a leftover .idx file without corresponding .pack file in
the repository hurts performance; "git gc" learned to prune them.

We may want to do the same for .bitmap (and notice but not prune
.keep) without corresponding .pack, but that can be a separate
topic.

* dk/gc-idx-wo-pack:
  gc: remove garbage .idx files from pack dir
  t5304: test cleaning pack garbage
  prepare_packed_git(): refactor garbage reporting in pack directory
builtin/gc.c
cache.h
path.c
sha1_file.c