SKalt / git-cc

a git extension to help write conventional commits
Other
83 stars 8 forks source link

support multiple -m|--message flags #4

Closed SKalt closed 3 years ago

SKalt commented 3 years ago

In vanilla git, if you git commit -m "foo" -m "bar", this should produce

foo

bar

See https://git-scm.com/docs/git-commit#Documentation/git-commit.txt--mltmsggt

SKalt commented 3 years ago

This should be resolved as of v0.0.5.