On Mon, Feb 05 2018, Martin Häcker jotted:
Hi there,
I just recently learned that not all command line switches seem to automatically correlate to options in the git configuration.
This seems something that should be relatively easy to fix.
What I’m most missing is
— snip —
[log]
graph = true
patch = true
— snap —
which would / should correspond to `git log —graph —patch`.
What do you guys think?
FWIW my WIP
https://public-inbox.org/git/20170328131316.32516-1-avarab@gmail.com/
had some discussion around this.