abhinav / restack

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

Support core.commentString configuration #99

Closed abhinav closed 2 months ago

abhinav commented 2 months ago

The core.commentChar configuration was superseded by core.commentString which allows for a multi-character string instead of a single character.

This commit adds support for core.commentString handling. The existing comment_char method was renamed to comment_string which internally falls back to core.commentChar if core.commentString is unset.

abhinav commented 2 months ago

This change is part of the following stack:

Change managed by git-spice.