summaryrefslogtreecommitdiffstats
path: root/git-filter-branch.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-07-23 00:51:59 +0000
committerJunio C Hamano <junio@kernel.org>2011-07-23 00:51:59 +0000
commit15567bc0c61c951197cb392b835678729534de57 (patch)
tree8be698fd27be92da0c23a77720987071e73b1d69 /git-filter-branch.html
parent708376e8576f6d39b62b27ee9dfe7292c652f728 (diff)
downloadgit-htmldocs-15567bc0c61c951197cb392b835678729534de57.tar.gz
Autogenerated HTML docs for v1.7.6-345-g5c2f8
Diffstat (limited to 'git-filter-branch.html')
-rw-r--r--git-filter-branch.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/git-filter-branch.html b/git-filter-branch.html
index 60e844806..4afadbdde 100644
--- a/git-filter-branch.html
+++ b/git-filter-branch.html
@@ -439,8 +439,9 @@ If you specify no filters, the commits will be recommitted without any
changes, which would normally have no effect. Nevertheless, this may be
useful in the future for compensating for some git bugs or such,
therefore such a usage is permitted.</p></div>
-<div class="paragraph"><p><strong>NOTE</strong>: This command honors <tt>.git/info/grafts</tt>. If you have any grafts
-defined, running this command will make them permanent.</p></div>
+<div class="paragraph"><p><strong>NOTE</strong>: This command honors <tt>.git/info/grafts</tt> and <tt>.git/refs/replace/</tt>.
+If you have any grafts or replacement refs defined, running this command
+will make them permanent.</p></div>
<div class="paragraph"><p><strong>WARNING</strong>! The rewritten history will have different object names for all
the objects and will not converge with the original branch. You will not
be able to easily push and distribute the rewritten branch on top of the
@@ -865,7 +866,7 @@ Garbage collect all unreferenced objects with <tt>git gc --prune=now</tt>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-04-02 04:31:58 UTC
+Last updated 2011-07-23 00:49:30 UTC
</div>
</div>
</body>