Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
docs:git:filter-branch [2010/04/14 22:22] – billh | docs:git:filter-branch [2010/04/14 22:53] (current) – billh | ||
---|---|---|---|
Line 33: | Line 33: | ||
HEAD | HEAD | ||
</ | </ | ||
+ | |||
+ | ===== remove svn id strings ===== | ||
+ | <code bash> | ||
+ | git filter-branch --msg-filter ' | ||
+ | sed -e "/ | ||
+ | ' | ||
+ | </ | ||
+ | |||
+ | ===== See Also ===== | ||
+ | * [[creating_and_applying_patch_files]] |