Skip to content

Commit 6233a52

Browse files
committed
Merge branch 'maint-1.5.4' into maint
* maint-1.5.4: filter-branch: Documentation fix.
2 parents 2788631 + a174889 commit 6233a52

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
@@ -243,12 +243,12 @@ committed a merge between P1 and P2, it will be propagated properly
243243
and all children of the merge will become merge commits with P1,P2
244244
as their parents instead of the merge commit.
245245

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

250250
-------------------------------------------------------
251-
git filter-branch --message-filter '
251+
git filter-branch --msg-filter '
252252
sed -e "/^git-svn-id:/d"
253253
'
254254
-------------------------------------------------------

0 commit comments

Comments
 (0)