From: Junio C Hamano Date: Thu, 24 Feb 2022 00:58:03 +0000 (-0800) Subject: Merge branch 'ah/log-no-graph' X-Git-Tag: v2.36.0-rc0~119 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8813596531c08ed7488f85805cd0ec974a9c7c96;p=thirdparty%2Fgit.git Merge branch 'ah/log-no-graph' "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 --- 8813596531c08ed7488f85805cd0ec974a9c7c96