Peter Karlsson schrieb:
[Not seeing any unreachable objects]
Jeff King:
quoted
Did you remove refs/original/ ?
That, and cloned the repository to a new location after the conversion,
and removing the references to "origin" there. It does seem that the
objects are still there, but I can't see them with "gitk --all".
Did you clone locally? Then you must use the file:// protocol, otherwise
everything is hard-linked from the origin.
-- Hannes