keith / git-pile

Stacked diff support for GitHub workflows
MIT License
146 stars 11 forks source link

Make commit -> branch name work with commit messages containing a leading `.` period #34

Closed IanEdington closed 1 year ago

IanEdington commented 1 year ago

currently if a commit message contains a leading . the commit will fail to be submitted since branches with leading periods aren't valid

Thanks for the awesome set of scripts! I'm loving this workflow

keith commented 1 year ago

Ha! thanks for the report! fix is here https://github.com/keith/git-pile/pull/35 but I'm going to try it out for a few days before merging