abhinav / restack

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

core.commentChar support #72

Closed abhinav closed 1 year ago

abhinav commented 1 year ago

It's possible to change the git comment character from # to something else with core.commentChar. Comment matching in https://github.com/abhinav/restack/blob/fbd6805476b8f460489ddefcca73cffc7632a814/src/restack.rs#L120 should take this into account.