1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-22 18:22:12 +01:00

Merge pull request #1664 from dmach/fix-log-p-M

Fix 'log' command to work correctly with --meta --patch options
This commit is contained in:
Daniel Mach 2024-11-29 16:46:44 +01:00 committed by GitHub
commit 0ce3c4afe7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4816,6 +4816,7 @@ def get_commitlog(
prj, prj,
package, package,
revision.rev, revision.rev,
meta=meta,
) )
yield highlight_diff(rdiff).decode("utf-8", errors="replace") yield highlight_diff(rdiff).decode("utf-8", errors="replace")
return return