1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-23 02:32:13 +01:00

Fix 'log' command to work correctly with --meta --patch options

This commit is contained in:
Daniel Mach 2024-11-14 13:38:31 +01:00
parent 183a23ccc9
commit d8d181ca25

View File

@ -4826,6 +4826,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