]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ah/log-no-graph'
authorJunio C Hamano <gitster@pobox.com>
Thu, 24 Feb 2022 00:58:03 +0000 (16:58 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 24 Feb 2022 00:58:03 +0000 (16:58 -0800)
"git log --graph --graph" used to leak a graph structure, and there
was no way to countermand "--graph" that appear earlier on the
command line.  A "--no-graph" option has been added and resource
leakage has been plugged.

* ah/log-no-graph:
  log: add a --no-graph option
  log: fix memory leak if --graph is passed multiple times

1  2 
revision.c
revision.h
t/t4202-log.sh

diff --cc revision.c
Simple merge
diff --cc revision.h
Simple merge
diff --cc t/t4202-log.sh
Simple merge