summaryrefslogtreecommitdiffstats
path: root/everyday.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-04-23 16:09:20 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-04-23 16:09:20 +0000
commita9aee78a156ad6299451294a61aebe2a73945d3c (patch)
tree67691d6e64c1ddd0806872a934a327873e57f53f /everyday.html
parent6a45be9321b1ee81baf74de51671f224407e5ad1 (diff)
downloadgit-htmldocs-a9aee78a156ad6299451294a61aebe2a73945d3c.tar.gz
Autogenerated HTML docs for v1.5.5.1-79-g57cf
Diffstat (limited to 'everyday.html')
-rw-r--r--everyday.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/everyday.html b/everyday.html
index e6b957373..147844db3 100644
--- a/everyday.html
+++ b/everyday.html
@@ -327,8 +327,7 @@ disk space is wasted by not repacking.
</li>
<li>
<p>
-repacks the local repository and performs other housekeeping tasks. Running
-without <tt>&#8212;prune</tt> is a safe operation even while other ones are in progress.
+repacks the local repository and performs other housekeeping tasks.
</p>
</li>
</ol>
@@ -339,8 +338,7 @@ Repack a small project into single pack.
<dd>
<div class="listingblock">
<div class="content">
-<pre><tt>$ git gc <b>(1)</b>
-$ git gc --prune</tt></pre>
+<pre><tt>$ git gc <b>(1)</b></tt></pre>
</div></div>
<ol>
<li>
@@ -581,7 +579,7 @@ $ git pull <b>(3)</b>
$ git log -p ORIG_HEAD.. arch/i386 include/asm-i386 <b>(4)</b>
$ git pull git://git.kernel.org/pub/.../jgarzik/libata-dev.git ALL <b>(5)</b>
$ git reset --hard ORIG_HEAD <b>(6)</b>
-$ git gc --prune <b>(7)</b>
+$ git gc <b>(7)</b>
$ git fetch --tags <b>(8)</b></tt></pre>
</div></div>
<ol>
@@ -1052,7 +1050,7 @@ upload to public HTTP server hosted by your ISP.
</div>
<div id="footer">
<div id="footer-text">
-Last updated 07-Jan-2008 07:51:12 UTC
+Last updated 23-Apr-2008 16:08:38 UTC
</div>
</div>
</body>