abhinav / restack

Teaches git rebase --interactive about your branches.
GNU General Public License v2.0
59 stars 3 forks source link

Respect core.commentChar during restacking #84

Closed abhinav closed 1 year ago

abhinav commented 1 year ago

Git supports setting core.commentChar to change which character it uses for comments in commit messages. This affects the rebase instruction list that restack sees.

This change adds support to restack for this configuration. If set, the specified character will be used during restacking; both while searching for comments and when adding comments.

Resolves #72