]> git.leopard-lacewing.eu Git - tex_tools.git/commitdiff
-o functioniert (traumhaft)
authorPeter Schaefer <schaeferpm@gmail.com>
Sun, 17 Feb 2019 12:17:00 +0000 (13:17 +0100)
committerPeter Schaefer <schaeferpm@gmail.com>
Sun, 17 Feb 2019 12:17:00 +0000 (13:17 +0100)
gitLog2tikz.py
text-output.pdf
text-output.tex

index 21ab9c5edc84a874074b1abd691f0f06a4e99b4d..1e303d8f2ff2f1ff82acd64a7be8e4f9a20d931d 100644 (file)
@@ -219,11 +219,6 @@ class Repo:
             return self.hash() == other.hash()
 
 args = ArgumentParser()
-#args.add_argument("-o","--ofile", help="outputfile", dest="ofile", metavar="outputfile")
-
-#args.add_argument("-f","--file",help="show history of one file", dest="hfile")
-#args.add_argument("-a", help="show author", dest="author", action="store_false")
-
 args.add_argument("--log_opts", help="additional options for git log", dest="log_opts", metavar='<LOG_OPTS>')
 args.add_argument("--branch_opts", help="additional options for git branch", dest="branch_opts", metavar='<BRANCH_OPTS>')
 
@@ -236,7 +231,7 @@ options = args.parse_args()
 r =  Repo()
 
 # extract Commits
-cmd = "git log --graph --parents"
+cmd = "git log --graph --parents --branches"
 if options.log_opts:
 #    log_opts = options.log_opts.strip()
 #    if log_opts[0] == log_opts[-1] and log_opts[0] in "\"'":
index 715d359de6ff2a1af4803af8d4c6362e7dacceb9..94f172a27285be82e30dc29a232e2859bb47d8c6 100644 (file)
Binary files a/text-output.pdf and b/text-output.pdf differ
index 2e0d017892435405ecaa26cdaa4ec666ecb8aeda..6965cb8c8248e5fc57223fd75c7cd7693f529e92 100644 (file)
@@ -35,7 +35,7 @@
        \end{itemize}
        \subsection{Bugs}
        \begin{itemize}
-               \item Sonderzeichen (deutsch)
+               \item Sonderzeichen (deutsch) : gelöst mit -o output
                \item Branches verdeckt
        \end{itemize}