From d8d181ca25c5bdd7bd981a41eda606d214a99852 Mon Sep 17 00:00:00 2001 From: Daniel Mach Date: Thu, 14 Nov 2024 13:38:31 +0100 Subject: [PATCH] Fix 'log' command to work correctly with --meta --patch options --- osc/core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/osc/core.py b/osc/core.py index ed9ee938f..5866b2727 100644 --- a/osc/core.py +++ b/osc/core.py @@ -4826,6 +4826,7 @@ def get_commitlog( prj, package, revision.rev, + meta=meta, ) yield highlight_diff(rdiff).decode("utf-8", errors="replace") return