From: Peter Schaefer Date: Wed, 2 Jan 2019 22:15:26 +0000 (+0100) Subject: [py] some! comments X-Git-Tag: v1.0~10 X-Git-Url: https://git.leopard-lacewing.eu/?a=commitdiff_plain;h=1af283bc1e51ef1b391718607cfd5a3862ad5eb8;p=tex_tools.git [py] some! comments --- diff --git a/git-log-to-tikz.py b/git-log-to-tikz.py index b8a5da2..84caef4 100755 --- a/git-log-to-tikz.py +++ b/git-log-to-tikz.py @@ -1,6 +1,9 @@ from subprocess import check_output import re +# Importer fast fertig +# Aber die light Variante + hashpat = re.compile(r"[a-f0-9]{7}") linepat = re.compile(r'[^|\/\\]')