]> git.leopard-lacewing.eu Git - tex_tools.git/commitdiff
[py] some! comments
authorPeter Schaefer <schaeferpm@gmail.com>
Wed, 2 Jan 2019 22:15:26 +0000 (23:15 +0100)
committerPeter Schaefer <schaeferpm@gmail.com>
Wed, 2 Jan 2019 22:15:26 +0000 (23:15 +0100)
git-log-to-tikz.py

index b8a5da2476de30c763974349d4dcdb0930f82704..84caef4228a3035560c9515b28e3ebd046a8eda4 100755 (executable)
@@ -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'[^|\/\\]')