Skip to content

Commit a174889

Browse files
raflgitster
authored andcommitted
filter-branch: Documentation fix.
It's --msg-filter, not --message-filter. Signed-off-by: Florian Ragwitz <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b3bb5f7 commit a174889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-filter-branch.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,12 +242,12 @@ committed a merge between P1 and P2, it will be propagated properly
242242
and all children of the merge will become merge commits with P1,P2
243243
as their parents instead of the merge commit.
244244

245-
You can rewrite the commit log messages using `--message-filter`. For
245+
You can rewrite the commit log messages using `--msg-filter`. For
246246
example, `git-svn-id` strings in a repository created by `git-svn` can
247247
be removed this way:
248248

249249
-------------------------------------------------------
250-
git filter-branch --message-filter '
250+
git filter-branch --msg-filter '
251251
sed -e "/^git-svn-id:/d"
252252
'
253253
-------------------------------------------------------

0 commit comments

Comments
 (0)