Commit 52e60cf5 authored by Andy Whitcroft's avatar Andy Whitcroft Committed by Tim Gardner

UBUNTU: [Debian] git-ubuntu-log -- git log output is UTF-8

Signed-off-by: default avatarAndy Whitcroft <apw@canonical.com>
parent 7e6ececa
......@@ -9,6 +9,7 @@ import json
import textwrap
sys.stdin = codecs.getreader("utf-8")(sys.stdin.detach())
sys.stdout = codecs.getwriter("utf-8")(sys.stdout.detach())
# Suck up the git log output and extract the information we need.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment