Created
May 25, 2015 06:32
-
-
Save toshi0383/fdcd75238c93cb261826 to your computer and use it in GitHub Desktop.
filter-branchで指定した範囲のコミットログを修正する ref: http://qiita.com/toshi0383/items/f760f09ae4b921af0e9b
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git filter-branch --msg-filter ' | |
| sed -e "s/^feature.*$/ref\ #146/" | |
| ' tmp2..tmp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment