summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ce4a7bf)
raw | patch | inline | side by side (parent: ce4a7bf)
author | Miklos Vajna <vmiklos@frugalware.org> | |
Mon, 25 Feb 2008 14:43:53 +0000 (15:43 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 25 Feb 2008 21:05:25 +0000 (13:05 -0800) |
There were no example on how to edit commit messages, so add an msg-filter
example.
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
example.
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-filter-branch.txt | patch | blob | history |
index e22dfa580383c0a7af00d9d56e01a1869fb6ce75..1948f6f72c634ecfa6a5d4bb97b81948fa76b2a5 100644 (file)
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 `--message-filter`. For
+example, `git-svn-id` strings in a repository created by `git-svn` can
+be removed this way:
+
+-------------------------------------------------------
+git filter-branch --message-filter '
+ sed -e "/^git-svn-id:/d"
+'
+-------------------------------------------------------
To restrict rewriting to only part of the history, specify a revision
range in addition to the new branch name. The new branch name will