Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
filter-branch: Documentation fix.
author
Florian Ragwitz
<rafl@debian.org>
Wed, 30 Apr 2008 07:47:43 +0000
(09:47 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 3 May 2008 19:05:21 +0000
(12:05 -0700)
It's --msg-filter, not --message-filter.
Signed-off-by: Florian Ragwitz <rafl@debian.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-filter-branch.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
b3bb5f7
)
diff --git
a/Documentation/git-filter-branch.txt
b/Documentation/git-filter-branch.txt
index 543a1cf105b6df5953e529ecb4f9f88db273164f..ee0f0531d454c6850aeecca3546b3cc999a1e31c 100644
(file)
--- a/
Documentation/git-filter-branch.txt
+++ b/
Documentation/git-filter-branch.txt
@@
-242,12
+242,12
@@
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.
and all children of the merge will become merge commits with P1,P2
as their parents instead of the merge commit.
-You can rewrite the commit log messages using `--m
essage
-filter`. For
+You can rewrite the commit log messages using `--m
sg
-filter`. For
example, `git-svn-id` strings in a repository created by `git-svn` can
be removed this way:
-------------------------------------------------------
example, `git-svn-id` strings in a repository created by `git-svn` can
be removed this way:
-------------------------------------------------------
-git filter-branch --m
essage
-filter '
+git filter-branch --m
sg
-filter '
sed -e "/^git-svn-id:/d"
'
-------------------------------------------------------
sed -e "/^git-svn-id:/d"
'
-------------------------------------------------------