]> git.ipfire.org Git - thirdparty/git.git/commit
doc: replace git config --list/-l with `list`
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Sun, 5 Apr 2026 10:31:59 +0000 (12:31 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Apr 2026 16:57:07 +0000 (09:57 -0700)
commit5bdb9883bda41024e3c47f1cddf69977d82fe3a9
tree4637d1e0aa41b9aa822217ed86a5cff27ae66b39
parent2855562ca6a9c6b0e7bc780b050c1e83c9fcfbd0
doc: replace git config --list/-l with `list`

Replace uses of `git config --list` (short or long) with the subcommand
`list` since `--list` is deprecated.

We will change the “man page” phrasing in gitcvs-migration(7) in the
next commit, since we are already visiting that sentence. But note
that we leave the “man page” phrasing in the sentence that we touch in
gittutorial(7) since it’s a tutorial and not a manual page. We can be
more wordy in a tutorial context.

Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-var.adoc
Documentation/gitcvs-migration.adoc
Documentation/gitprotocol-v2.adoc
Documentation/gittutorial.adoc
Documentation/technical/api-trace2.adoc
Documentation/user-manual.adoc