Autogenerated HTML docs for v1.5.5.1-308-g1fbb
authorJunio C Hamano <junio@hera.kernel.org>
Fri, 16 May 2008 00:47:56 +0000 (00:47 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Fri, 16 May 2008 00:47:56 +0000 (00:47 +0000)
git-prune.html
git-prune.txt

index 403d23cc2a3e7588220a2798f1dc96a9b009c421..f2468383489efd52cd007c326244a1209959e9d4 100644 (file)
@@ -287,11 +287,13 @@ git-prune. See the section "NOTES", below.</td>
 </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
@@ -371,7 +373,7 @@ git-fsck's --unreachable option.</p>
 </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
index f92bb8cfa069283b0e8b78b717eedbef81bbe647..3178bc44ca4640e77a799128c9de631168e40c8a 100644 (file)
@@ -18,12 +18,15 @@ git-prune. See the section "NOTES", below.
 
 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
 -------