summaryrefslogtreecommitdiffstats
path: root/git-revert.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-06-21 00:08:23 -0700
committerJunio C Hamano <gitster@pobox.com>2012-06-21 00:08:23 -0700
commita28a920b817789e9535e30d163d1cfeda9803b99 (patch)
tree0276dc9699fe17f0b3daa7ad772b8f34f11463b7 /git-revert.html
parent010705ace148110d091fef2fb78d70223306d9e0 (diff)
downloadgit-htmldocs-a28a920b817789e9535e30d163d1cfeda9803b99.tar.gz
Autogenerated HTML docs for v1.7.11-3-g60475
Diffstat (limited to 'git-revert.html')
-rw-r--r--git-revert.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/git-revert.html b/git-revert.html
index 022827ded..7e415b7ab 100644
--- a/git-revert.html
+++ b/git-revert.html
@@ -599,9 +599,9 @@ from the HEAD commit).</p></div>
<div class="paragraph"><p>Note: <em>git revert</em> is used to record some new commits to reverse the
effect of some earlier commits (often only a faulty one). If you want to
throw away all uncommitted changes in your working directory, you
-should see , particularly the <em>--hard</em> option. If
+should see <a href="git-reset.html">git-reset(1)</a>, particularly the <em>--hard</em> option. If
you want to extract specific files as they were in another commit, you
-should see , specifically the <tt>git checkout
+should see <a href="git-checkout.html">git-checkout(1)</a>, specifically the <tt>git checkout
&lt;commit&gt; -- &lt;filename&gt;</tt> syntax. Take care with these alternatives as
both will discard uncommitted changes in your working directory.</p></div>
</div>
@@ -615,9 +615,9 @@ both will discard uncommitted changes in your working directory.</p></div>
<p>
Commits to revert.
For a more complete list of ways to spell commit names, see
- .
+ <a href="gitrevisions.html">gitrevisions(7)</a>.
Sets of commits can also be given but no traversal is done by
- default, see and its <em>--no-walk</em>
+ default, see <a href="git-rev-list.html">git-rev-list(1)</a> and its <em>--no-walk</em>
option.
</p>
</dd>
@@ -701,7 +701,7 @@ effect to your index in a row.</p></div>
<dd>
<p>
Use the given merge strategy. Should only be used once.
- See the MERGE STRATEGIES section in
+ See the MERGE STRATEGIES section in <a href="git-merge.html">git-merge(1)</a>
for details.
</p>
</dd>
@@ -714,7 +714,7 @@ effect to your index in a row.</p></div>
<dd>
<p>
Pass the merge strategy-specific option through to the
- merge strategy. See for details.
+ merge strategy. See <a href="git-merge.html">git-merge(1)</a> for details.
</p>
</dd>
</dl></div>
@@ -780,11 +780,11 @@ effect to your index in a row.</p></div>
</div>
<h2 id="_see_also">SEE ALSO</h2>
<div class="sectionbody">
-<div class="paragraph"><p></p></div>
+<div class="paragraph"><p><a href="git-cherry-pick.html">git-cherry-pick(1)</a></p></div>
</div>
<h2 id="_git">GIT</h2>
<div class="sectionbody">
-<div class="paragraph"><p>Part of the suite</p></div>
+<div class="paragraph"><p>Part of the <a href="git.html">git(1)</a> suite</p></div>
</div>
</div>
<div id="footnotes"><hr /></div>