git gc does not discard objects found in alternate unless the alternate storage is packed

Previous thread: pack operation is thrashing my server by Ken Pratt on Sunday, August 10, 2008 - 3:47 pm. (80 messages)

Next thread: No -rc3 today by Junio C Hamano on Sunday, August 10, 2008 - 6:37 pm. (1 message)

Version 1.5.6.5

Looks weird
Is it the intended behaviour?

Sergio

--

To: Sergio <sergio.callegari@...>
Cc: <git@...>
Date: Sunday, August 10, 2008 - 10:54 pm

This is the current (intended) behavior. We have never pruned an
object from a repository unless the object is packed in the shared
alternate repository. See git-prune-packed's man page. The prune
logic for loose objects only deletes objects which are in packs,
and it doesn't care where that pack came from.

--
Shawn.
--

Previous thread: pack operation is thrashing my server by Ken Pratt on Sunday, August 10, 2008 - 3:47 pm. (80 messages)

Next thread: No -rc3 today by Junio C Hamano on Sunday, August 10, 2008 - 6:37 pm. (1 message)