Marcel M. Cary wrote:
Try "git filter-branch --msg-filter your-filter-command". Marcel
Thank you, after-the-fact works fine too. :) If anyone else searches the archives and wonders how I did it, this sed command is it: sed -e "s/^[ \t]*//;s/[ \t]*$//;/^$/d" Unix rules! -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html