Skip to content

Remove quotes from format string passed to non shell=true subcommand#3743

Merged
sgoggins merged 2 commits intomainfrom
fix/commit_author
Feb 25, 2026
Merged

Remove quotes from format string passed to non shell=true subcommand#3743
sgoggins merged 2 commits intomainfrom
fix/commit_author

Conversation

@MoralCode
Copy link
Contributor

@MoralCode MoralCode commented Feb 25, 2026

The lack of shell=true means this is just passed through literally, leading to the first line not starting with author_name but 'author_name, creating a bug because the commit parsing checks for startswith('author_name')

This PR fixes #3740

Notes for Reviewers

Signed commits

  • Yes, I signed my commits.

The lack of shell=true means this is just passed through literally, leading to the first line not starting with `author_name` but `'author name`, creating a bug.

Signed-off-by: Adrian Edwards <adredwar@redhat.com>
@MoralCode MoralCode added the high priority Blocking multiple other things, causing data loss, or other incredibly urgent things label Feb 25, 2026
Ulincsys
Ulincsys previously approved these changes Feb 25, 2026
…pty string

Signed-off-by: Adrian Edwards <adredwar@redhat.com>
@MoralCode
Copy link
Contributor Author

oh wow oops, looks like i pushed shortly after you approved haha

Copy link
Member

@sgoggins sgoggins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sgoggins sgoggins merged commit 6d0021e into main Feb 25, 2026
21 checks passed
@MoralCode MoralCode deleted the fix/commit_author branch February 25, 2026 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

high priority Blocking multiple other things, causing data loss, or other incredibly urgent things

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Facade not correctly populating author name in commits table

3 participants