</div>\r
<p>This runs <tt>git-fsck --unreachable</tt> using all the refs\r
available in <tt>$GIT_DIR/refs</tt>, optionally with additional set of\r
-objects specified on the command line, and prunes all\r
+objects specified on the command line, and prunes all unpacked\r
objects unreachable from any of these head objects from the object database.\r
In addition, it\r
prunes the unpacked objects that are also found in packs by\r
running <tt>git prune-packed</tt>.</p>\r
+<p>Note that unreachable, packed objects will remain. If this is\r
+not desired, see <a href="git-repack.html">git-repack(1)</a>.</p>\r
</div>\r
<h2>OPTIONS</h2>\r
<div class="sectionbody">\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 30-Apr-2008 08:42:08 UTC\r
+Last updated 16-May-2008 00:47:35 UTC\r
</div>\r
</div>\r
</body>\r
This runs `git-fsck --unreachable` using all the refs
available in `$GIT_DIR/refs`, optionally with additional set of
-objects specified on the command line, and prunes all
+objects specified on the command line, and 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`.
+Note that unreachable, packed objects will remain. If this is
+not desired, see linkgit:git-repack[1].
+
OPTIONS
-------