Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:git:filter-branch [2010/04/14 22:22] billhdocs:git:filter-branch [2010/04/14 22:53] (current) billh
Line 33: Line 33:
 HEAD HEAD
 </code> </code>
 +
 +===== remove svn id strings =====
 +<code bash>
 +git filter-branch --msg-filter '
 +        sed -e "/^git-svn-id:/d"
 +'
 +</code>
 +
 +===== See Also =====
 +  * [[creating_and_applying_patch_files]]
  • docs/git/filter-branch.1271305345.txt.gz
  • Last modified: 2010/04/14 22:22
  • by billh