From: Peter Schaefer Date: Sun, 17 Feb 2019 12:17:00 +0000 (+0100) Subject: -o functioniert (traumhaft) X-Git-Tag: v1.2~5 X-Git-Url: https://git.leopard-lacewing.eu/?a=commitdiff_plain;h=2d3b28d5533a914ab7947737565d15184c5f1af1;p=tex_tools.git -o functioniert (traumhaft) --- diff --git a/gitLog2tikz.py b/gitLog2tikz.py index 21ab9c5..1e303d8 100644 --- a/gitLog2tikz.py +++ b/gitLog2tikz.py @@ -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='') args.add_argument("--branch_opts", help="additional options for git branch", dest="branch_opts", metavar='') @@ -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 "\"'": diff --git a/text-output.pdf b/text-output.pdf index 715d359..94f172a 100644 Binary files a/text-output.pdf and b/text-output.pdf differ diff --git a/text-output.tex b/text-output.tex index 2e0d017..6965cb8 100644 --- a/text-output.tex +++ b/text-output.tex @@ -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}