From 1af283bc1e51ef1b391718607cfd5a3862ad5eb8 Mon Sep 17 00:00:00 2001 From: Peter Schaefer Date: Wed, 2 Jan 2019 23:15:26 +0100 Subject: [PATCH] [py] some! comments --- git-log-to-tikz.py | 3 +++ 1 file changed, 3 insertions(+) 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'[^|\/\\]') -- 2.47.3