git-unpack-objects (1) Linux Manual Page
git-unpack-objects – Unpack objects from a packed archive Synopsisgit unpack-objects [-n] [-q] [-r] [–strict]DescriptionRead a packed archive (.pack) from the standard input, expanding the objects contained within and writing them into the repository in "loose" (one object per file) format. Objects that already exist in the repository will not be unpacked from the packfile. Therefore,…
