Skip to content

git commit messages end up in 'single quotes' starting with a space #13

@joernhees

Description

@joernhees

i assume the problem is here:

f"-m '{message}'",
(which would break if message contains '...)

overall IIRC the interface of the git package is more list like command = ['-m', message], also later on `command.extend(['--author', f'{author.name} <{author.email}>'])

maybe go through and recheck where else this happens?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions