Skip to content

Commit

Permalink
Merge pull request #1664 from dmach/fix-log-p-M
Browse files Browse the repository at this point in the history
Fix 'log' command to work correctly with --meta --patch options
  • Loading branch information
dmach authored Nov 29, 2024
2 parents cc7b7cc + d8d181c commit 0ce3c4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osc/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -4816,6 +4816,7 @@ def get_commitlog(
prj,
package,
revision.rev,
meta=meta,
)
yield highlight_diff(rdiff).decode("utf-8", errors="replace")
return
Expand Down

0 comments on commit 0ce3c4a

Please sign in to comment.