Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support core.commentString configuration #99

Merged
merged 1 commit into from
Aug 2, 2024
Merged

Support core.commentString configuration #99

merged 1 commit into from
Aug 2, 2024

Conversation

abhinav
Copy link
Owner

@abhinav abhinav commented Aug 2, 2024

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
Copy link
Owner Author

abhinav commented Aug 2, 2024

This change is part of the following stack:

Change managed by git-spice.

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 abhinav merged commit 952fad5 into main Aug 2, 2024
1 check passed
@abhinav abhinav deleted the commentString branch August 2, 2024 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant