summaryrefslogtreecommitdiffstats
path: root/git-replace.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-09-30 14:07:45 +0900
committerJunio C Hamano <gitster@pobox.com>2019-09-30 14:07:45 +0900
commita8858316fb3186e69d324183d9af58ef55dfb794 (patch)
tree4f60790af5953a6a07e822d2b92123ac3263ed3c /git-replace.html
parentcb705397f111dc1fcb3e3fa844bfd5b3050dee38 (diff)
downloadgit-htmldocs-a8858316fb3186e69d324183d9af58ef55dfb794.tar.gz
Autogenerated HTML docs for v2.23.0-385-gbc129
Diffstat (limited to 'git-replace.html')
-rw-r--r--git-replace.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/git-replace.html b/git-replace.html
index e27305602..cfa43899e 100644
--- a/git-replace.html
+++ b/git-replace.html
@@ -924,10 +924,10 @@ achieve the same effect as the <code>--no-replace-objects</code> option.</p></di
<div class="sect1">
<h2 id="_creating_replacement_objects">CREATING REPLACEMENT OBJECTS</h2>
<div class="sectionbody">
-<div class="paragraph"><p><a href="git-filter-branch.html">git-filter-branch(1)</a>, <a href="git-hash-object.html">git-hash-object(1)</a> and
-<a href="git-rebase.html">git-rebase(1)</a>, among other git commands, can be used to create
-replacement objects from existing objects. The <code>--edit</code> option can
-also be used with <em>git replace</em> to create a replacement object by
+<div class="paragraph"><p><a href="git-hash-object.html">git-hash-object(1)</a>, <a href="git-rebase.html">git-rebase(1)</a>, and
+<a href="https://github.com/newren/git-filter-repo">git-filter-repo</a>, among other git commands, can be used to
+create replacement objects from existing objects. The <code>--edit</code> option
+can also be used with <em>git replace</em> to create a replacement object by
editing an existing object.</p></div>
<div class="paragraph"><p>If you want to replace many blobs, trees or commits that are part of a
string of commits, you may just want to create a replacement string of
@@ -951,13 +951,13 @@ pending objects.</p></div>
<h2 id="_see_also">SEE ALSO</h2>
<div class="sectionbody">
<div class="paragraph"><p><a href="git-hash-object.html">git-hash-object(1)</a>
-<a href="git-filter-branch.html">git-filter-branch(1)</a>
<a href="git-rebase.html">git-rebase(1)</a>
<a href="git-tag.html">git-tag(1)</a>
<a href="git-branch.html">git-branch(1)</a>
<a href="git-commit.html">git-commit(1)</a>
<a href="git-var.html">git-var(1)</a>
-<a href="git.html">git(1)</a></p></div>
+<a href="git.html">git(1)</a>
+<a href="https://github.com/newren/git-filter-repo">git-filter-repo</a></p></div>
</div>
</div>
<div class="sect1">
@@ -971,7 +971,7 @@ pending objects.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2018-05-23 00:06:29 PDT
+ 2019-09-30 14:04:22 JST
</div>
</div>
</body>