Merge branch 'ah/log-no-graph'
commit8813596531c08ed7488f85805cd0ec974a9c7c96
authorJunio C Hamano <gitster@pobox.com>
Thu, 24 Feb 2022 00:58:03 +0000 (23 16:58 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 24 Feb 2022 00:58:03 +0000 (23 16:58 -0800)
treedaabc937eaf2047f85c64811e8ac9c2bf05155af
parentebb866adae4f2a13939d0a4bd6901a506e911dba
parent087c745833be1edd3b3e4d8ea5d8b1a09fc6c245
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
revision.c
revision.h
t/t4202-log.sh