summaryrefslogtreecommitdiffstats
path: root/git-bisect.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-02-05 21:13:21 -0800
committerJunio C Hamano <gitster@pobox.com>2013-02-05 21:13:21 -0800
commit076ffcc834f02a4f11d7f4fe8825be3b065020ff (patch)
tree6f5fa28df80c60c9b0a1dfab028d3db33ae22fa0 /git-bisect.html
parent3f2ed6f9b744f05cf2ad32b0c0c80aa149d9fdcb (diff)
downloadgit-htmldocs-076ffcc834f02a4f11d7f4fe8825be3b065020ff.tar.gz
Autogenerated HTML docs for v1.8.1.2-545-g2f19ad
Diffstat (limited to 'git-bisect.html')
-rw-r--r--git-bisect.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-bisect.html b/git-bisect.html
index d57629156..a193e0ca2 100644
--- a/git-bisect.html
+++ b/git-bisect.html
@@ -890,13 +890,13 @@ the revision as good or bad in the usual manner.</p></div>
</div>
<div class="sect2">
<h3 id="_bisect_skip">Bisect skip</h3>
-<div class="paragraph"><p>Instead of choosing by yourself a nearby commit, you can ask git
+<div class="paragraph"><p>Instead of choosing by yourself a nearby commit, you can ask Git
to do it for you by issuing the command:</p></div>
<div class="listingblock">
<div class="content">
<pre><code>$ git bisect skip # Current version cannot be tested</code></pre>
</div></div>
-<div class="paragraph"><p>But git may eventually be unable to tell the first bad commit among
+<div class="paragraph"><p>But Git may eventually be unable to tell the first bad commit among
a bad commit and one or more skipped commits.</p></div>
<div class="paragraph"><p>You can even skip a range of commits, instead of just one commit,
using the "<em>&lt;commit1&gt;</em>..<em>&lt;commit2&gt;</em>" notation. For example:</p></div>
@@ -1121,7 +1121,7 @@ required by <em>git pack objects</em>.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-11-15 13:45:02 PST
+Last updated 2013-02-05 21:07:26 PST
</div>
</div>
</body>