SKalt / git-cc

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

bug: newline in input invisibly halts matching #38

Closed SKalt closed 1 month ago

SKalt commented 1 year ago

Reproduction:

git cc -m "feat
"

Expected behavior: identical to git cc -m "feat" Actual behavior: deletion of newline required prior to matching "feat\n" as "feat"

SKalt commented 1 month ago

fixed in b39bbdeafdc573a542ccd12fd4dd874083877bab