Adeodato Simó schrieb: > From git-prune.txt: > > [...] prunes all unpacked objects unreachable from any of > these head objects from the object database. In addition, > it prunes the unpacked objects that are also found in packs by > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > running git-prune-packed. > > How can "unpacked objects" be "found in packs"? An object can exist more than once in the database. prune-packed removes the loose (unpacked) instance of the object if it also available in a pack. -- Hannes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html