summaryrefslogtreecommitdiffstats
path: root/git-filter-branch.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-05-04 06:41:23 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-05-04 06:41:23 +0000
commita31092a704a554fa909c79c1fa4a482938f7bc17 (patch)
tree016a19d688e25e225bbd8c6e3f57cd1b180888d3 /git-filter-branch.html
parent7d575a5e95514414281eb8f7d33d12c1b396edd2 (diff)
downloadgit-htmldocs-a31092a704a554fa909c79c1fa4a482938f7bc17.tar.gz
Autogenerated HTML docs for v1.5.5.1-125-gc697a
Diffstat (limited to 'git-filter-branch.html')
-rw-r--r--git-filter-branch.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-filter-branch.html b/git-filter-branch.html
index 42ad7f297..0628c213a 100644
--- a/git-filter-branch.html
+++ b/git-filter-branch.html
@@ -545,12 +545,12 @@ parameters. Note that this handles merges properly! In case Darl
committed a merge between P1 and P2, it will be propagated properly
and all children of the merge will become merge commits with P1,P2
as their parents instead of the merge commit.</p>
-<p>You can rewrite the commit log messages using <tt>--message-filter</tt>. For
+<p>You can rewrite the commit log messages using <tt>--msg-filter</tt>. For
example, <tt>git-svn-id</tt> strings in a repository created by <tt>git-svn</tt> can
be removed this way:</p>
<div class="listingblock">
<div class="content">
-<pre><tt>git filter-branch --message-filter '
+<pre><tt>git filter-branch --msg-filter '
sed -e "/^git-svn-id:/d"
'</tt></pre>
</div></div>
@@ -605,7 +605,7 @@ and the git list &lt;git@vger.kernel.org&gt;</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 23-Mar-2008 09:40:59 UTC
+Last updated 04-May-2008 06:41:00 UTC
</div>
</div>
</body>