Commit Graph
2 Commits
Author SHA1 Message Date
Chayoung You bdb5503c95 git-flow: remove non-existing subcommand
git-flow calls a subcommand based on filename, see
https://github.com/nvie/gitflow/blob/15aab26490facf285acef56cb5d61025eacb3a69/git-flow#L91-L97.
But git-flow-status doesn't exist on git-flow repository.
2019-03-12 14:15:35 +09:00
Chayoung You aa4c6d0abc Replace character with newline using tr
BSD sed don't print newline for `\n` in replacement string.
2017-06-09 18:03:41 +09:00